You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot make the files. please can you help me? I had make jpeg independencies but when I compile darwin pi it shows this.
g++ -lpthread -ldl src/stand_test.o -o run_test src/stand_test.o: undefined reference to Robot::LinuxCM730::LinuxCM730(char const*)'
src/stand_test.o: undefined reference to Robot::CM730::WriteByte(int, int, int, int*)' src/stand_test.o: undefined reference to Robot::CM730::~CM730()'
src/stand_test.o: undefined reference to Robot::CM730::Connect()' src/stand_test.o: undefined reference to Robot::LinuxCM730::~LinuxCM730()'
src/stand_test.o: undefined reference to Robot::CM730::CM730(Robot::PlatformCM730*)' src/stand_test.o: undefined reference to Robot::CM730::WriteWord(int, int, int*)'
src/stand_test.o: undefined reference to Robot::CM730::ReadWord(int, int, int*, int*)' src/stand_test.o: undefined reference to Robot::CM730::WriteWord(int, int, int, int*)'
collect2: error: ld returned 1 exit status
Makefile:17: recipe for target 'run_test' failed
make: *** [run_test] Error 1
`
I have modified the include targets to match my settings but it went like that.
Thank you
The text was updated successfully, but these errors were encountered:
I cannot make the files. please can you help me? I had make jpeg independencies but when I compile darwin pi it shows this.
g++ -lpthread -ldl src/stand_test.o -o run_test src/stand_test.o: undefined reference to
Robot::LinuxCM730::LinuxCM730(char const*)'src/stand_test.o: undefined reference to
Robot::CM730::WriteByte(int, int, int, int*)' src/stand_test.o: undefined reference to
Robot::CM730::~CM730()'src/stand_test.o: undefined reference to
Robot::CM730::Connect()' src/stand_test.o: undefined reference to
Robot::LinuxCM730::~LinuxCM730()'src/stand_test.o: undefined reference to
Robot::CM730::CM730(Robot::PlatformCM730*)' src/stand_test.o: undefined reference to
Robot::CM730::WriteWord(int, int, int*)'src/stand_test.o: undefined reference to
Robot::CM730::ReadWord(int, int, int*, int*)' src/stand_test.o: undefined reference to
Robot::CM730::WriteWord(int, int, int, int*)'collect2: error: ld returned 1 exit status
Makefile:17: recipe for target 'run_test' failed
make: *** [run_test] Error 1
`
I have modified the include targets to match my settings but it went like that.
Thank you
The text was updated successfully, but these errors were encountered: