[RTEMS Project] #3158: Examples v2 does not build
RTEMS trac
trac at rtems.org
Thu Oct 12 15:59:18 UTC 2017
#3158: Examples v2 does not build
-------------------------+--------------------------
Reporter: Chris Johns | Owner: Chris Johns
Type: defect | Status: reopened
Priority: high | Milestone: 4.12.0
Component: unspecified | Version: 4.12
Severity: major | Resolution:
Keywords: examples |
-------------------------+--------------------------
Comment (by Chris Johns):
Replying to [comment:7 Sebastian Huber]:
> The following errors are left:
> {{{
> Waf: Entering directory `build/arm-rtems4.12-xilinx_zynq_a9_qemu'
> [ 29/115] Compiling file_io/crc/init.c
> [ 34/115] Compiling build/arm-
rtems4.12-xilinx_zynq_a9_qemu/file_io/fdopen/test.c.2.o
> error: config section: dump-on-error: not found
>}}}
The fix is to remove the line from the INI file.
> {{{
> [108/115] Linking build/arm-
rtems4.12-xilinx_zynq_a9_qemu/posix_api/psx_sched_report/psx_sched_report.exe
> ../../file_io/crc/init.c:18:10: fatal error: FilesystemImage.h: No such
file or directory
> #include "FilesystemImage.h"
> ^~~~~~~~~~~~~~~~~~~
> compilation terminated.
>}}}
I change the name of the file system image. I have refactored the support
so `rtems_waf` can build a tar file and create the C/H files with a single
build instance. I forgot to update the `init.c` files.
> {{{
> librtemscpu.a(default-configuration.o): In function `__getreent':
> confdefs.h:2342: multiple definition of `__getreent'
>}}}
This is one Joel has been looking at and has posted on the newlib list
about.
--
Ticket URL: <http://devel.rtems.org/ticket/3158#comment:8>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list