I have built and installed gmp, mpfr and GNU make on gcc04 using --prefix=/home/rask/opt, so you can build GCC if you pass --with-gmp=/home/rask/opt --with-mpfr=/home/rask/opt to configure. You will need let the dynamic linker know this:
export LD_LIBRARY_PATH=/home/rask/opt/lib GNU make is available as /home/rask/opt/bin/make. Source tarballs are in /n/07/guerby/ftp. Finally, using two existing baseboard files as a starting point, I made /home/rask/dejagnuboards/m32c-sim.exp for running tests of --target=m32c-unknown-elf. -- Rask Ingemann Lambertsen