Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Compiling same project with different compilers(Compiling with gcc and arm-none-eabi-gcc the same source files)
Compiling same project with different compilers [message #981735] Mon, 12 November 2012 16:56
MASSIMO MANCA is currently offline MASSIMO MANCAFriend
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?
Previous Topic:Progress information Configuring GDB hangs
Next Topic:How Work with Managed C++ (.cc) files in Eclipse
Goto Forum:
  


Current Time: Sat May 04 16:28:55 GMT 2024

Powered by FUDForum. Page generated in 0.03005 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top