Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Port Unix C, makefile and shell cmd to Windows environment

Status
Not open for further replies.

davyzhu

Advanced Member level 1
Advanced Member level 1
Joined
May 23, 2004
Messages
494
Helped
5
Reputation
10
Reaction score
2
Trophy points
1,298
Location
oriental
Activity points
4,436
shell makefile windows

Hello all,

I have download a C, makefile and shell cmd source code working in Unix environment. How to use them in Windows environment (I prefer the environment with GUI, but not something like cygwin)?
And please recommend some tools and tutorials on this subject, thanks!

Davy
 

I feel your pain.

Cygwin is one way. MinGW + MSYS is another way. Both can be frustrating, because small incompatibilites are difficult to debug in those messy makefile and configure scripts.

I use the MinGW C compiler all the time, but the MSYS shell environment I've used only once or twice.

http://www.mingw.org/
http://www.mingw.org/msys.shtml

Good luck. You'll need it!

It may be easier to write a new makefile that builds your project with a compiler that is more familiar to you.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top