CYGWIN Questions.

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
elderK

CYGWIN Questions.

Post by elderK »

Hey all, Just some simple questions.

Ive migrated from Linux to Windows!
And, Ive downloaded Cygwin and NASM and GCC and stuff.

Now, Im curious.
Why is Cygwin crying at me when im trying to use LD to make a Flat binary?

It works fine under Linux.

Advice would be welcome, and no - I dont particularly want to use ELF.

~Zeii.
Candamir

Re:CYGWIN Questions.

Post by Candamir »

You should build a cross-compiler, for whichever format you'd like to use. There's an article in the FAQ on how to do it (http://www.mega-tokyo.com/osfaq).

Candamir

PS: I do recommend you to use ELF. It's nice. ;) ;D
Post Reply