Hello, On 29/06/2020 21:39, Niteesh G. S. wrote: > 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 > >
I assume that for some reason the linker flags are not set correctly. It seems that -ffunction-sections -fdata-sections isn't set. Sebastian: Is there some adaption to libbsd necessary to work with the new build system in RTEMS? Best regards Christian _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel