cygwin

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
einsteinjunior
Member
Member
Posts: 90
Joined: Tue Sep 11, 2007 6:42 am

cygwin

Post by einsteinjunior »

I have been using DJGPP but i wish to switch to cygwin.
Please can someone tell me what packages are useful and which are not?
Thanks
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Post by AJ »

Hi,

Have a look at GCC Cross-Compiler. This will tell you all the packages you need for OS dev - basically the binaries of GCC, Binutils, Make and the associated dependencies are all you should need (find them in the devel node).

Remember - if you are compiling Binutils/GCC, do this from the latest versions from GNU, not from the source provided by the cygwin installer.

Cheers,
Adam
Post Reply