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
The link error occurs as follows (I attached full error messages)
/var/folders/5w/b53_wn1j7kjd5btjls6z14nh0000gn/T/builde3628213459b7c2b9c62d4ab4b6b64fe.tmp/sketch/sketch_dec31a.ino.cpp.o: In function `__stl_new':
/Users/tomohiko/Documents/Arduino/libraries/stlport/stl/_new.h:170: undefined reference to `std::__node_alloc::_M_allocate(unsigned int&)'
/var/folders/5w/b53_wn1j7kjd5btjls6z14nh0000gn/T/builde3628213459b7c2b9c62d4ab4b6b64fe.tmp/sketch/sketch_dec31a.ino.cpp.o: In function `__stl_delete':
/Users/tomohiko/Documents/Arduino/libraries/stlport/stl/_new.h:171: undefined reference to `std::__node_alloc::_M_deallocate(void*, unsigned int)'
collect2: error: ld returned 1 exit status
Using library stlport in folder: /Users/tomohiko/Documents/Arduino/libraries/stlport (legacy)
exit status 1
The compile seems to be succeeded, but undefined reference error occurs in the link stage.
Am I doing something wrong when install?
I am running into the same scenario trying to link a different program against STLPort. Out of curiosity were you able to resolve this? If so, do you recall how?
I'm facing the trouble that I cannot compile my Arduino project with stlport-avr.
My Environment
Things I have done
The compile seems to be succeeded, but undefined reference error occurs in the link stage.
Am I doing something wrong when install?
error_message.txt
The text was updated successfully, but these errors were encountered: