Fixing directory hierarchy in 4.5.0-beta1c to be able to use gmake
Serrae at tsainc.com
Serrae at tsainc.com
Thu Apr 27 17:49:41 UTC 2000
Hello folks,
Today, I tried to make the hello_world_c.tgz sample and encountered a
couple of problems. Here is how I fixed them:
------------------------------------------
RTEMS_MAKEFILE_PATH
------------------------------------------
set RTEMS_MAKEFILE_PATH to
${HOME}/projects/rtems/tools/build-i386-elf-rtems/i386-rtemself/c/pc386/make
----------------------------------------
RTEMS_INSTALL_POINT
----------------------------------------
set RTEMS_INSTALL_POINT to
${HOME}/projects/rtems/gcc-2.95.2-binutils-2.9.5.0.24-newlib-1.8.2/i386-rtemself
------------------------
Create soft links
------------------------
ln -sf
${HOME}/projects/rtems/tools/build-i386-elf-rtems/i386-rtemself/c/pc386/make
\
${HOME}/projects/rtems/gcc-2.95.2-binutils-2.9.5.0.24-newlib-1.8.2/i386-rtemself/make
ln -sf ${HOME}/projects/rtems/tools/build-i386-elf-rtems/pc386 \
${HOME}/projects/rtems/gcc-2.95.2-binutils-2.9.5.0.24-newlib-1.8.2/i386-rtemself/pc386
------------------------
Copy target.cfg
------------------------
cp
${HOME}/projects/rtems/tools/build-i386-elf-rtems/i386-rtemself/c/make/target.cfg
\
${HOME}/projects/rtems/tools/build-i386-elf-rtems/i386-rtemself/c/pc386/make/target.cfg
--------------------------------------------------------------------------------
Edit ${RTEMS_MAKEFILE_PATH}/custom/default.cfg
--------------------------------------------------------------------------------
change `include $(RTEMS_ROOT)/../make/target.cfg' to `include
$(RTEMS_ROOT)/make/target.cfg'
Let me know if this helps or if the comments were useful. Thanks.
-efren-
~~~~~~~~~~~~~~~~~~~~~~~~~
Efren Serra
Software Engineer
Systems Solutions Group
Transaction Systems Architects, Inc.
218 South 108th Avenue
Omaha, NE 68154
Phone: 402-697-2267
FAX: 402-333-9725
~~~~~~~~~~~~~~~~~~~~~~~~~
More information about the users
mailing list