Spelling of network configuration wrong
Configuration is spelt configuraiton
Cedrics-MBP:wks cedric$ cd rtems-libbsd/
Cedrics-MBP:rtems-libbsd cedric$ grep -R configuraiton .
Binary file ./__pycache__/waf_libbsd.cpython-312.pyc matches
./rtems_waf/rtems_bsd.py: conf.fatal('network configuraiton \'%s\' not found' % (net_config))
./rtems_waf/rtems_bsd.py: conf.fatal('network configuraiton \'%s\' read failed' % (net_config))
./rtems_waf/rtems_bsd.py: conf.fatal('network configuraiton \'%s\' ' + \
./waf_libbsd.py: bld.fatal('network configuraiton \'%s\' not found' %
./waf_libbsd.py: bld.fatal('network configuraiton \'%s\' read failed' %
./waf_libbsd.py: bld.fatal('network configuraiton \'%s\' ' + \
Edited by Chris Johns