Hello, I tried compiling RTEMS-libBSD with RTEMS6 toolchain and the new build system but failed. I get errors when compiling RTEMS-libBSD
The new build system is pulled from Sebastian's branch HEAD: e4c193ddc163d6adb1b003254af9cc6b5d174a6f RTEMS was configured with the following options: 1) ./waf bsp_defaults --rtems-bsps=arm/beagleboneblack > config.ini 2) Enabled posix since libBSD complained about it during configuration. 3) ./waf configure --prefix=$HOME/development/rtems/6 4) ./waf -j32 5) ./waf install RTEMS-libBSD was configured with the following options: 1) ./waf configure --prefix=$HOME/development/rtems/6 --rtems-bsps=arm/beagleboneblack --buildset=buildset/minimal.ini --rtems-version=6 2) ./waf -j16 I have attached the error log file. Thanks, Niteesh
Waf: Entering directory `/home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal' [1060/1184] Linking build/arm-rtems6-beagleboneblack-minimal/arphole.exe [1064/1184] Linking build/arm-rtems6-beagleboneblack-minimal/cdev01.exe [1065/1184] Linking build/arm-rtems6-beagleboneblack-minimal/commands01.exe [1067/1184] Linking build/arm-rtems6-beagleboneblack-minimal/condvar01.exe [1069/1184] Linking build/arm-rtems6-beagleboneblack-minimal/crypto01.exe [1071/1184] Linking build/arm-rtems6-beagleboneblack-minimal/dhcpcd01.exe [1073/1184] Linking build/arm-rtems6-beagleboneblack-minimal/dhcpcd02.exe [1082/1184] Linking build/arm-rtems6-beagleboneblack-minimal/epoch01.exe [1085/1184] Linking build/arm-rtems6-beagleboneblack-minimal/evdev01.exe [1087/1184] Linking build/arm-rtems6-beagleboneblack-minimal/foobarclient.exe [1088/1184] Linking build/arm-rtems6-beagleboneblack-minimal/foobarserver.exe [1090/1184] Linking build/arm-rtems6-beagleboneblack-minimal/ftpd01.exe [1107/1184] Linking build/arm-rtems6-beagleboneblack-minimal/ftpd02.exe [1144/1184] Linking build/arm-rtems6-beagleboneblack-minimal/init01.exe [1145/1184] Linking build/arm-rtems6-beagleboneblack-minimal/ipsec01.exe [1146/1184] Linking build/arm-rtems6-beagleboneblack-minimal/lagg01.exe [1147/1184] Linking build/arm-rtems6-beagleboneblack-minimal/log01.exe [1148/1184] Linking build/arm-rtems6-beagleboneblack-minimal/loopback01.exe [1149/1184] Linking build/arm-rtems6-beagleboneblack-minimal/media01.exe [1150/1184] Linking build/arm-rtems6-beagleboneblack-minimal/mutex01.exe [1151/1184] Linking build/arm-rtems6-beagleboneblack-minimal/netshell01.exe [1152/1184] Linking build/arm-rtems6-beagleboneblack-minimal/nfs01.exe [1153/1184] Linking build/arm-rtems6-beagleboneblack-minimal/openssl01.exe [1154/1184] Linking build/arm-rtems6-beagleboneblack-minimal/openssl02.exe [1155/1184] Linking build/arm-rtems6-beagleboneblack-minimal/pf01.exe [1156/1184] Linking build/arm-rtems6-beagleboneblack-minimal/pf02.exe [1157/1184] Linking build/arm-rtems6-beagleboneblack-minimal/ping01.exe [1158/1184] Linking build/arm-rtems6-beagleboneblack-minimal/ppp01.exe [1159/1184] Linking build/arm-rtems6-beagleboneblack-minimal/program01.exe [1160/1184] Linking build/arm-rtems6-beagleboneblack-minimal/rcconf01.exe [1161/1184] Linking build/arm-rtems6-beagleboneblack-minimal/rcconf02.exe [1162/1184] Linking build/arm-rtems6-beagleboneblack-minimal/rwlock01.exe /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: testsuite/arphole/test_main.c.45.o: in function `.LANCHOR0': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../rtemsbsd/include/machine/rtems-bsd-config.h:238: undefined reference to `_bsd_ip6_mroutemodule_sys_init' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: testsuite/dhcpcd01/test_main.c.50.o: in function `.LANCHOR0': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../rtemsbsd/include/machine/rtems-bsd-config.h:238: undefined reference to `_bsd_ip6_mroutemodule_sys_init' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: testsuite/lagg01/test_main.c.60.o: in function `.LANCHOR0': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../rtemsbsd/include/machine/rtems-bsd-config.h:238: undefined reference to `_bsd_ip6_mroutemodule_sys_init' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: testsuite/ping01/test_main.c.71.o: in function `.LANCHOR0': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../rtemsbsd/include/machine/rtems-bsd-config.h:238: undefined reference to `_bsd_ip6_mroutemodule_sys_init' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: testsuite/pf01/test_main.c.69.o: in function `.LANCHOR0': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../rtemsbsd/include/machine/rtems-bsd-config.h:238: undefined reference to `_bsd_ip6_mroutemodule_sys_init' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: testsuite/dhcpcd02/test_main.c.51.o: in function `.LANCHOR0': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../rtemsbsd/include/machine/rtems-bsd-config.h:238: undefined reference to `_bsd_ip6_mroutemodule_sys_init' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(rtems-bsd-init-dhcp.c.16.o):/home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../rtemsbsd/include/machine/rtems-bsd-config.h:238: undefined reference to `_bsd_ip6_mroutemodule_sys_init' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: testsuite/media01/test_main.c.63.o: in function `.LANCHOR0': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../rtemsbsd/include/machine/rtems-bsd-config.h:238: undefined reference to `_bsd_ip6_mroutemodule_sys_init' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: testsuite/ftpd01/test_main.c.56.o: in function `.LANCHOR0': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../rtemsbsd/include/machine/rtems-bsd-config.h:238: undefined reference to `_bsd_ip6_mroutemodule_sys_init' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: testsuite/pf02/test_main.c.70.o: in function `.LANCHOR0': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../rtemsbsd/include/machine/rtems-bsd-config.h:238: undefined reference to `_bsd_ip6_mroutemodule_sys_init' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: testsuite/nfs01/test_main.c.66.o: in function `.LANCHOR0': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../rtemsbsd/include/machine/rtems-bsd-config.h:238: undefined reference to `_bsd_ip6_mroutemodule_sys_init' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: testsuite/ppp01/test_main.c.72.o: in function `.LANCHOR0': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../rtemsbsd/include/machine/rtems-bsd-config.h:238: undefined reference to `_bsd_ip6_mroutemodule_sys_init' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: testsuite/foobarclient/test_main.c.54.o: in function `.LANCHOR0': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../rtemsbsd/include/machine/rtems-bsd-config.h:238: undefined reference to `_bsd_ip6_mroutemodule_sys_init' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: testsuite/foobarserver/test_main.c.55.o: in function `.LANCHOR0': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../rtemsbsd/include/machine/rtems-bsd-config.h:238: undefined reference to `_bsd_ip6_mroutemodule_sys_init' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: ./libbsd.a(uipc_mbuf.c.16.o): in function `m_unmappedtouio': /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1813: undefined reference to `PHYS_TO_VM_PAGE' /home/niteesh/development/rtems/6/lib/gcc/arm-rtems6/10.0.1/../../../../arm-rtems6/bin/ld: /home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal/../../freebsd/sys/kern/uipc_mbuf.c:1814: undefined reference to `uiomove_fromphys' collect2: error: ld returned 1 exit status Waf: Leaving directory `/home/niteesh/development/rtems/rtems-libbsd/build/arm-rtems6-beagleboneblack-minimal' Build failed -> task in 'condvar01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'cdev01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'crypto01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'ipsec01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'log01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'mutex01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'openssl01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'init01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'commands01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'arphole.exe' failed with exit status 1 (run with -v to display more information) -> task in 'epoch01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'loopback01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'openssl02.exe' failed with exit status 1 (run with -v to display more information) -> task in 'program01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'rwlock01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'dhcpcd01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'rcconf01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'ftpd02.exe' failed with exit status 1 (run with -v to display more information) -> task in 'netshell01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'lagg01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'ping01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'pf01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'dhcpcd02.exe' failed with exit status 1 (run with -v to display more information) -> task in 'evdev01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'media01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'ftpd01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'pf02.exe' failed with exit status 1 (run with -v to display more information) -> task in 'nfs01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'ppp01.exe' failed with exit status 1 (run with -v to display more information) -> task in 'rcconf02.exe' failed with exit status 1 (run with -v to display more information) -> task in 'foobarclient.exe' failed with exit status 1 (run with -v to display more information) -> task in 'foobarserver.exe' failed with exit status 1 (run with -v to display more information)
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel