net-snmp using RSB

Chris Johns chrisj at rtems.org
Mon Jul 20 23:41:19 UTC 2015


On 21/07/2015 2:22 am, Adit Sahasrabudhe wrote:
> So it still seems to be trying to perform a Canadian cross build, instead
> of a standard cross build. Here is the output I get:
> 
> [dev at centos6: rtems]$ ../source-builder/sb-set-builder --log=log_snmp.txt
> --prefix=~/development/rtems/4.11/ --host=arm-rtems4.11
> --rtems-bsp=arm/altcycv_devkit 4.11/net-mgmt/net-snmp
> RTEMS Source Builder - Set Builder, v4.11.0
> Build Set: 4.11/net-mgmt/net-snmp
> config: net-mgmt/net-snmp-5.7.2.1-1.cfg
> error: config error: rtems-bsp.cfg:20: Canadian cross building for BSP is
> not supported.
> Build FAILED
> Build Set: Time 0:00:00.003678
> Build FAILED

This makes sense because --build, --host and --target are all different.
The --rtems-bsp sets --target and you are setting --host.

Try:

 $ ../source-builder/sb-set-builder --log=log_snmp.txt \
     --prefix=~/development/rtems/4.11/ \
     --rtems-bsp=arm/altcycv_devkit 4.11/net-mgmt/net-snmp

Chris



More information about the users mailing list