Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] [remote projects] - compiler and linker

Hi folks, why when creating a remote project, the compiler and the linker are different  ?

Building file: ../Valgrind-Memcheck.c
Invoking: Remote GCC C Compiler
gcc -Wall -c -fmessage-length=0 -MMD -MP -MF"Valgrind-Memcheck.d" -MT"Valgrind-Memcheck.d" -o "Valgrind-Memcheck.o" "../Valgrind-Memcheck.c"
Finished building: ../Valgrind-Memcheck.c
 
Building target: abc34
Invoking: Remote GCC C++ Linker
g++  -o "abc34"  ./Valgrind-Memcheck.o  
Finished building target: abc34
 
I did try to change, setting the nature for each type of linker and each type of project, but it does not work.

> Shell Completed (exit code = 0)

Back to the top