Forums » Software development »
compiling firmware on Windows
Added by hugomeiland almost 12 years ago
Hi,
I've been trying to fix on of the bug's (#3) to provide firmware version's based on tags; Thanks to Adam, I've been trying to get the firmware compile in Windows. I'm running into some trouble with includes of global.h in several other .h files. Has anyone been succesfull in compiling the firmware in Windows??
thanks!
Hugo
Replies (2)
RE: compiling firmware on Windows - Added by Anonymous almost 12 years ago
I complain about your change not potentially working with Windows and I bet it is my GCC4MBED project which is stopping the laos firmware from building on Windows :(
I hit a very similar issue during some Windows testing of GCC4MBED a few weeks ago. I suspect that if you make this change on your Windows machine then it will find the header file https://github.com/adamgreen/gcc4mbed/commit/f70108e6e9ec0668a201b5cfff8e070bc89d0fcb If that fixes the problem I can propagate that change out of my working branch into active ones.
-Adam
RE: compiling firmware on Windows - Added by hugomeiland almost 12 years ago
Thanks Adam for having a look at it!! I'll be testing that on Sunday.... (i did test it last night with a fresh clone from Git)..
Hugo