cross-compiling cannot find -lrospack
When cross-compiling for the NAO, I get the error cannot find -lrospack. This also shows up:
collect2: ld returned 1 exit status
make[2]: * * * [../lib/libroslib.so] Error 1
make[1]: * * * [CMakeFiles/roslib.dir/all] Error 2
I'm using the process found here: http://www.ros.org/wiki/nao/Tutorials/Cross-Compiling. Any suggestions? Thanks
[edit] It happens when I type 'make' in the /media/external/ros/electric/ros directory. I have definitely checked that I have followed all prior steps (multiple checks). I am using ROS electric and the NAO's 1.12 sdk and toolchain. I have Ubuntu 11.10 installed