| Compiling same project with different compilers [message #981735] |
Mon, 12 November 2012 11:56 |
MASSIMO MANCA Messages: 2 Registered: November 2012 |
Junior Member |
|
|
Hi,
I normally work in embedded projects using ARM microcontrollers. So to simplify initial testing I use the GCC PC/Windows compiler and then I switch to the arm-none-eabi-gcc compiler. Now I would be able to compile the same project source files with both compilers. So to make a try I have Debug and Release for the ARM GCC compiler and PC-Debug, PC-Release to setup the GCC Windows compiler. The problem is that when I switch back from a compiler to the other one the project is a little bit corrupted (I suppose) because the compiler doesn't find the right include directories and sometimes also the make.exe
Any idea useful to solve my problem?
|
|
|
Powered by
FUDForum. Page generated in 0.01473 seconds