
please wait
'Building target: MyMain.axf' 'Invoking: GCC C++ Linker 4.9.2 [arm-eabi]' arm-eabi-g++.exe -L"C:MyProj\Debug" -o "MyMain.axf" ./Main.o -lMyProj c:/sysgcc/arm-eabi/bin/../lib/gcc/arm-eabi/4.9.2/../../../../arm-eabi/bin/ld.exe: warning: C:MyProj\Debug\libMyProj.a(Source.o) uses 2-byte wchar_t yet the output is to use 4-byte wchar_t; use of wchar_t values across objects may fail c:/sysgcc/arm-eabi/bin/../lib/gcc/arm-eabi/4.9.2/../../../../arm-eabi/bin/ld.exe: error: C:MyProj\Debug\libMyProj.a(Source.o): Object has vendor-specific contents that must be processed by the 'ARM' toolchain c:/sysgcc/arm-eabi/bin/../lib/gcc/arm-eabi/4.9.2/../../../../arm-eabi/bin/ld.exe: failed to merge target specific data of file C:MyProj\Debug\libMyProj.a(Source.o) collect2.exe: error: ld returned 1 exit status |