Skip to content

libnxt fails to build on Ubuntu 12.04 #6

@GoogleCodeExporter

Description

@GoogleCodeExporter
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.com on 23 Jun 2012 at 8:47

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions