Getting Started with RTEMS for C/C++ Users
/build/binutils
directory, execute the following
command to configure binutils 2.9.1:
/source/binutils-2.9.1/configure --verbose --target=m68k-rtems \ --prefix=/gcc-m68k-rtems --with-gnu-as --with-gnu-ld
Replace m68k-rtems
with the target configuration
of your choice. See Running the bit Script for a
list of the targets available.
make
make -k install
There is a problem with the gnu info package which will cause an error during installation. Telling make to keep going with -k allows the install to complete.
cygnus.bat
file, add the directory
containing the cross-compiler executables to your search path
by inserting the following line:
PATH=E:\unix\gcc-m68k-rtems\bin;%PATH%
cygnus.bat
to restart
the Cygwin32 environment with the new path.
Getting Started with RTEMS for C/C++ Users
Copyright © 1988-1998 OAR Corporation