RTEMS 4.10 i386 undefined reference to `rtems_bdbuf_configuration'

Sebastian Huber sebastian.huber at embedded-brains.de
Mon Sep 7 17:55:55 UTC 2020


On 07/09/2020 19:14, Heinz Junkes wrote:

> rtems 4.10 —with-network —with-posix
>
> Unfortunately I cannot resolve a reference:
>
> source/rtems-source-builder/rtems/build/i386-rtems4.10-kernel-4.10-1/i386-rtems4.10-kernel-4.10-1-4.10/build/i386-rtems4.10/c/pc686/cpukit/libblock/../../../../../../rtems-4.10/c/src/../../cpukit/libblock/src/bdbuf.c:1156: undefined reference to `rtems_bdbuf_configuration’
>
> the linker order looks like this:
>    -lCom       -Wl,--gc-sections -lm -lrtemsCom -lc -lrtemscpu -lCom -lnfs -lm -lgcc

Try:

-lCom       -Wl,--gc-sections -lm -lrtemsCom -lc -lrtemscpu -lrtemsCom -lCom -lnfs -lm -lgcc




More information about the users mailing list