 
 
 
  
 
  Getting Started with GNAT/RTEMS
Getting Started with GNAT/RTEMS
Create a build directory for the DINK32 Debugger
cd tools mkdir build-dink32
Configure the GNU Debugger to communicate with the DINK32 ROM monitor:
cd tools/build-dink32
../gdb-4.17/configure --target-powerpc-elf \
    --program-prefix=powerpc-rtems- \
    --enable-targets=all \
    --prefix=<INSTALL_POINT_FOR_DINK32>
Where <INSTALL_POINT_FOR_DINK32> is a unique location where the gdb Dink32 will be created.
From tools/build-dink32 execute the following command sequence:
make all install
NOTE: The make utility used should be GNU make.
 
  
 
  Getting Started with GNAT/RTEMS
Getting Started with GNAT/RTEMS
Copyright © 1988-2000 OAR Corporation