[RTEMS Project] #3158: Examples v2 does not build

RTEMS trac trac at rtems.org
Fri Oct 6 19:41:46 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:  General      |     Version:  4.12
 Severity:  major        |  Resolution:
 Keywords:  examples     |
-------------------------+--------------------------
Changes (by Joel Sherrill):

 * status:  closed => reopened
 * resolution:  fixed =>


Comment:

 I think this is still broken for me. I did a "git module update" and it
 didn't seem to pull anything. The configure was this:

 ./waf configure --rtems=$HOME/rtems-work/tools/4.12/bsps \
               --rtems-tools=$HOME/rtems-work/tools/4.12 \
               --rtems-bsps=sparc/erc32

 I did "./wak -k" and multiple tests do not build currently. I cd'ed to
 file_io/crc and then did this:

 $ ../../waf clean
 'clean-sparc-rtems4.12-erc32' finished successfully (0.065s)
 [joel at localhost crc]$ ../../waf
 Waf: Entering directory `/home/joel/rtems-work/examples-v2/build/sparc-
 rtems4.12-erc32'
 [0/2] Compiling rootfs/image.img
 [1/2] Compiling ../../build/sparc-rtems4.12-erc32/file_io/crc/fs-root.tar
 [2/6] Compiling crc_32.c
 [3/6] Compiling ../../build/sparc-rtems4.12-erc32/file_io/crc/fs-root-
 tar.c
 [4/6] Compiling init.c
 ../../file_io/crc/init.c:18:10: fatal error: FilesystemImage.h: No such
 file or directory
  #include "FilesystemImage.h"
           ^~~~~~~~~~~~~~~~~~~
 compilation terminated.

 Waf: Leaving directory `/home/joel/rtems-work/examples-v2/build/sparc-
 rtems4.12-erc32'
 Build failed
  -> task in 'crc.exe' failed with exit status 1 (run with -v to display
 more information)

 I did a "git submodule deinit ." and reinitialized the modules but that
 didn't help either.

--
Ticket URL: <http://devel.rtems.org/ticket/3158#comment:2>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list