我正在尝试使用Scons 构建 OpenWSN并获得以下输出:
scons: Reading SConscript files ...
___ _ _ _ ___ _ _
| . | ___ ___ ._ _ | | | |/ __>| \ |
| | || . \/ ._>| ' || | | |\__ \| |
`___'| _/\___.|_|_||__/_/ <___/|_\_|
|_| openwsn.org
scons: done reading SConscript files.
scons: Building targets ...
default(["default"], [])
Usage: scons board=<b> toolchain=<tc> project
Where:
board: Board to build for.
default: telosb
actual: telosb
toolchain: Toolchain to use.
default: mspgcc
actual: mspgcc
jtag: Location of the board to JTAG the binary to.
default:
actual:
fet_version: Firmware version running on the MSP-FET430uif.
default: 2
actual: 2
bootload: Location of the board to bootload the binary on.
default:
actual:
verbose: Print complete compile/link comand.
default: 0
actual: 0
scons: done building targets.
它似乎没有构建任何东西,而是询问我希望使用哪个板和工具链。
我的目标是编译https://github.com/openwsn-berkeley/openwsn-fw/tree/develop/firmware/openos/bsp/chips/at86rf231
编译 AT86RF231 代码的最简单方法是什么?