RTEMS Release Testing, v5.1-rc2
Chris Johns
chrisj at rtems.org
Sat Aug 22 06:59:53 UTC 2020
On 21/8/20 10:27 pm, Joel Sherrill wrote:
> On CentOS, I only saw the usual issues -- epiphany and atsamv BSP RSB.
>
> FreeBSD and Ubuntu are on slower machines but I haven't seen any failure emails
> yet so I assume it is just a matter of time before the same results pop out of
> those.
>
> Windows may have to wait.
Some of the kernel build issues look like the build path is too deep. There are
paths in the erc32 bsp that automake/autoconf turn into ...
../../../../../../../../rtems-5.1-rc2/c/src/lib/libbsp/sparc/erc32/../../../../../../bsps/shared/start/bspfatal-default.c
and if the PWD is too deep gcc cannot see the file. If the path is the realpath
gcc can build it.
Chris
More information about the build
mailing list