building rtems-net-legacy failed
John Howard
echosoft.llc at gmail.com
Tue May 28 15:59:42 UTC 2024
Hello.
Thanks for the example configuring waf. I built v5.3 for Raspberry Pi using RSB after failing with waf.
Legacy components are more likely to build using “legacy” RSB instead of WAF.
I don’t know where you can find that missing test-info.h file. But you probably don’t need it at first build anyhow.
Just comment out the request for it, or provide an empty file where expected, and repeat hacking out that “requirement” as needed until it builds something.
— John
On May 24, 2024, at 7:33 PM, Miroslaw Dach <miroslaw.dach at gmail.com> wrote:
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
More information about the users
mailing list