Groups
Groups
Sign in
Groups
Groups
BeagleBoard
Conversations
Labels
About
Send feedback
Help
Error while cross compilation. arm-linux-gnueabihf-g++: error: ‐pthread: No such file or directory
104 views
beaglebone-black
newbies
software
support
Skip to first unread message
Hemant Kapoor
unread,
Jan 28, 2017, 3:23:08 PM
1/28/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BeagleBoard
Hello All,
I am using eclipse Luna to perform cross compilation of C++ project for beaglebone black target.
for the same I am using g++-4.9-arm-linux-gnueabihf.
I am trying to use C++ 11 std::thread and have linker flag to be -pthread.
But the linker is giving me below issues:
Building target: testArm
Invoking: Cross G++ Linker
arm-linux-gnueabihf-g++ ‐pthread -o "testArm" ./src/ledControl.o ./src/testArm.o
makefile:45: recipe for target 'testArm' failed
arm-linux-gnueabihf-g++: error: ‐pthread: No such file or directory
make: *** [testArm] Error 1
Can anyone help with it.
Reply all
Reply to author
Forward
0 new messages