tectu66 wrote on Saturday, May 03, 2014:
Hi everyone,
I am currently trying to compile the windows emulator using a Makefile
based system. However, the compilation process stops with some “no such
instruction” error. The errors thrown show ARM instructions.
I also tried the Visual Studio Express project which builds fine without
any issue. I compared the files and it looks like I include the same
file as the visual studio project does.
I don’t really see where I go wrong and I would be very thankful if
someone could help me out there.
I’m using MinGW/Cygwin on a Windows 8.1 64-Bit machine, FreeRTOS 8.0.1
Makefile: http://pastebin.com/VkU73z8N
Compiler output: http://pastebin.com/F8nhMGT0
Kind regards,
~ Tectu