What steps will reproduce the problem?
1. Unpack the libnxt-0.3 distribution
2. Verifying the prerequisites are installed.
3. Running scons from inside the distraction directory.
What is the expected output? What do you see instead?
scons: done building targets.
What version of the product are you using? On what operating system?
libnxt-0.3 on Ubuntu 12.04
Please provide any additional information below.
Changing the following lines in SConstruct so that the usb
library comes after the nxt library fixed it for me.
Default(BuildEnv.Program('fwflash', 'main_fwflash.c',
LIBS=['nxt', 'usb'], LIBPATH='.'))
Default(BuildEnv.Program('fwexec', 'main_fwexec.c',
LIBS=['nxt', 'usb'], LIBPATH='.'))
Original issue reported on code.google.com by
clark.ra...@gmail.comon 23 Jun 2012 at 8:47