Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CDT 2.1 RC 4: managed make problem

Hallo,

I recognized the following problem when using CDT 2.1 RC 4. I set up a C
project using managed make. In the property sheet I need to set up a special
linker option for our realtime application. I add the string "--emit-relocs"
in the miscellaneous field of the gcc c linker options. However, the string
propagated to the compiler adds a colon "," between "Xlinker" and the new
string:

Building target: testgcc34a.exe
gcc -nodefaultlibs -Xlinker, --emit-relocs -o testgcc34a.exe ltest2.o
-lgcc -lcRm -lcrtEnd
gcc: unrecognized option `-Xlinker,'
Finished building: testgcc34a.exe
Build complete for project testgcc34a

The problem was entered as bug 80119 to bugzilla.

Manfred.




Back to the top