Hi All,

I have tried first to build rtems-net-services.
The configure faction:
waf configure --prefix=/my_devl/rtems-5/5  --rtems-version=5
--rtems-archs=powerpc --rtems-bsps=powerpc/mvme3100
failed:
Checking for library bsd                      : not found
Checking for library networking               : not found
Checking for library lwip                     : not found

so I downloaded rtems-net-legacy, hoping the that I can build this way
missing libnetworking.a

The configuration command was successful :
waf configure --prefix=/my_devl/rtems-5/5  --rtems-version=5
--rtems-archs=powerpc --rtems-bsps=powerpc/mvme3100

When I tried to build the project,
waf build

I got several times message that rtems/test-info.h is missing.
../../libtest/testbeginend.c:21:10: fatal error: rtems/test-info.h: No such
file or directory
 #include <rtems/test-info.h>
Where to find rtems/test-info.h
Thanks

Best regards
Mirek
_______________________________________________
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users

Reply via email to