still problem with new/old interrupts on PowerPC and CVS ?
Joel Sherrill <joel@OARcorp.com>
joel.sherrill at OARcorp.com
Thu Aug 4 17:48:32 UTC 2005
e.stiebler wrote:
> Hi all,
> just check out the CVS, and compiling the examples I get:
>
>
> -------------------------------- cut ------------------------
> [root at vpavil examples]# make
> Making all in hello_world_c
> make[1]: Entering directory `/SHARED1/RTEMS/examples/hello_world_c'
> powerpc-rtems-gcc --pipe
> -B/SHARED1/RTEMS/rtemsdocs-4.6.99/powerpc-rtems/ss555/lib/ -specs
> bsp_specs -qrtems -g -Wall -O4 -fno-keep-inline-functions -g
> -mcpu=505 -Dmpc555 -Dss555 -c -o o-optimize/test.o test.c
> In file included from test.c:5:
> /SHARED1/RTEMS/rtemsdocs-4.6.99/powerpc-rtems/ss555/lib/include/bsp.h:37:28:
> error: libcpu/vectors.h: No such file or directory
> In file included from
> /SHARED1/RTEMS/rtemsdocs-4.6.99/powerpc-rtems/ss555/lib/include/bsp.h:38,
> from test.c:5:
> /SHARED1/RTEMS/rtemsdocs-4.6.99/powerpc-rtems/ss555/lib/include/bsp/irq.h:30:24:
> error: libcpu/irq.h: No such file or directory
> make[1]: *** [o-optimize/test.o] Error 1
> make[1]: Leaving directory `/SHARED1/RTEMS/examples/hello_world_c'
> make: *** [all] Error 1
> [root at vpavil examples]
>
> ---------------------------- cut --------------------------------
>
> Environment for compile of RTEMS & examples
>
> INSTALL_POINT=/SHARED1/RTEMS/rtemsdocs-4.6.99
> BOARD_SUPPORT_PACKAGE=ss555
> TARGET_CONFIGURATION=powerpc-rtems
> PATH=$INSTALL_POINT/bin:$PATH
> RTEMS_MAKEFILE_PATH=$INSTALL_POINT/$TARGET_CONFIGURATION/$BOARD_SUPPORT_PACKAGE
Ralf.. libcpu/irq.h is in the staging area of the build directory but
not at the install point:
$ find build-powerpc-rtems/ -name irq.h
build-powerpc-rtems/powerpc-rtems4.7/ss555/lib/include/rtems/irq.h
build-powerpc-rtems/powerpc-rtems4.7/ss555/lib/include/libcpu/irq.h
build-powerpc-rtems/powerpc-rtems4.7/ss555/lib/include/bsp/irq.h
$ find /opt/rtems-4.7/powerpc-rtems4.7/ -name irq.h
/opt/rtems-4.7/powerpc-rtems4.7/ss555/lib/include/rtems/irq.h
/opt/rtems-4.7/powerpc-rtems4.7/ss555/lib/include/bsp/irq.h
Do you see what is wrong with the powerpc/libcpu Makefile.am to
cause this? I can send a build log if you need.
--joel
> Thanks
--
Joel Sherrill, Ph.D. Director of Research & Development
joel at OARcorp.com On-Line Applications Research
Ask me about RTEMS: a free RTOS Huntsville AL 35805
Support Available (256) 722-9985
More information about the users
mailing list