-
Notifications
You must be signed in to change notification settings - Fork 30
Building options
Artem Yushev edited this page Oct 9, 2015
·
2 revisions
It's possible to compile the project not only from Eclipse IDE, but also from a terminal.
Building command has following structure: scons --target=<SConsTargets target>
Following building options are supported:
- --target=<value> Target specified in SConsTargets configuration file; e.g. --target=cs_x86srv
- --mac=0x*<value>* Last two bytes of MAC address to alternate nodes; e.g. --mac=0xffff
- --tx_pwr=<value> Value of transmitter's output power in dBm; e.g. --tx_pwr=4
- --rx_sens=<value> Value of receiver sensitivity in dBm; e.g. --rx_sens=-100
- --logger=<value> Maximum allowed loger level (0 - disables logging, 1, 2, 3 - enables all defined loggers)