On 20/03/2019 14:12, Adam Lindberg wrote:
I assume you mean rtems-libbsd/waf_libbsd.py? Can’t figure out how to run that:+ python3 /opt/grisp/grisp-software/cd73e8f90d/build/..//rtems-libbsd/waf_libbsd.py configure --prefix=/opt/grisp/grisp-software/cd73e8f90d/build/..//rtems-install/rtems/5/ --rtems-bsps=arm/atsamv --buildset=/opt/grisp/grisp-software/cd73e8f90d/build/libbsd-buildset.ini Traceback (most recent call last): File "/opt/grisp/grisp-software/cd73e8f90d/build/..//rtems-libbsd/waf_libbsd.py", line 49, in <module> import rtems_waf.rtems as rtems File "/opt/grisp/grisp-software/cd73e8f90d/rtems-libbsd/rtems_waf/rtems.py", line 848, in <module> from waflib import Task ModuleNotFoundError: No module named ‘waflib'
I seems you use an older libbsd. In Oktober 2018 we added the waf script to libbsd:
https://git.rtems.org/rtems-libbsd/log/waf We should find and fix the issues in the current libbsd. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : [email protected] PGP : Public key available on request. Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG. _______________________________________________ users mailing list [email protected] http://lists.rtems.org/mailman/listinfo/users
