Eclipse boost_system (arm-linux) linking error

444 views Asked by At

I have repeatedly tried to include the boost_thread library in my eclipse project, but every time I compile the code I get this error:

/home/user/gumstix/gumstix-oe/tmp/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/../../../../arm-angstrom-linux-gnueabi/bin/ld:cannot find -lboost_system collect2: ld returned 1 exit status

I have included the library in the GCC C++ Linker Libraries section under Project properties, Also, this code is using arm-linux-g++ to compile as I am porting the code over to a gumstix. I am using Ubuntu.

I have looked high and low for the answer to my problem, but to no avail.

0

There are 0 answers