1

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 のコードをコンパイルする最も簡単な方法は何ですか?

4

0 に答える 0