Quote:
|
Originally Posted by djcapelis
Oh? So WINE works fine with the IDE and the entire package? Or are there things it doesn't do?
What version of wine?
|
Wine 20031118. (Basically, the latest one)
I don't know if the IDE works because I never bothered to try installing IE, but the compiler and linker work. They're the important programs.
You'll need to use the native windows version of msvcrt to avoid problems with the compiler failing to spawn helper programs. You'll also need to manually specify the header directory, and maybe some other directories too. I've created a hex file by manually compiling and linking files through wine, but it hasn't been tested since I don't have access to this year's controller. I didn't see any errors during the compile, so I assume the hex files should run fine. (Never know until you test...)