scons error: no version of visual studio compiler found C/C++ -
i attempting build openwsn using scons , following output:
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 build for. default: telosb actual: telosb toolchain: toolchain use. default: mspgcc actual: mspgcc jtag: location of board jtag binary to. default: actual: fet_version: firmware version running on msp-fet430uif. default: 2 actual: 2 bootload: location of board bootload binary on. default: actual: verbose: print complete compile/link comand. default: 0 actual: 0 scons: done building targets.
it not appear have built anything, rather asking me board , tool chain wish use.
my goal compile https://github.com/openwsn-berkeley/openwsn-fw/tree/develop/firmware/openos/bsp/chips/at86rf231
what easiest way code at86rf231 compiled?
Comments
Post a Comment