Dear all:

I am trying to build fiasco. My compile environment is Ubuntu 7.1 + gcc 3.4.6
I follow the steps in http://os.inf.tu-dresden.de/fiasco/use.html#install
When building L4 system libraries and support servers,
there are some error message:

install -m 755 bootstrap /home/kashin08/tudos/l4/builddir/bin/x86_586/bootstrap
  ... Generating bootstrap.stripped
objcopy -S bootstrap bootstrap.stripped
BFD: bootstrap.stripped: section `.gnu.linkonce.r._ZTVN19_GLOBAL__N__Z4uartv18BootstrapIOBackendE' can't be allocated in segment 0
objcopy: bootstrap.stripped: Bad value
BFD: bootstrap.stripped: section `.gnu.linkonce.r._ZTVN19_GLOBAL__N__Z4uartv18BootstrapIOBackendE' can't be allocated in segment 0
objcopy: bootstrap.stripped: Bad value
make[5]: *** [bootstrap.stripped] Error 1
make[5]: Leaving directory `/home/kashin08/tudos/l4/builddir/pkg/bootstrap/server/src/OBJ-x86_586'
make[4]: *** [/home/kashin08/tudos/l4/builddir/pkg/bootstrap/server/src/OBJ-x86_586] Error 2
make[4]: Leaving directory `/home/kashin08/tudos/l4/pkg/bootstrap/server/src'
make[3]: *** [src] Error 2
make[3]: Leaving directory `/home/kashin08/tudos/l4/pkg/bootstrap/server'
make[2]: *** [server] Error 2
make[2]: Leaving directory `/home/kashin08/tudos/l4/pkg/bootstrap'
make[1]: *** [bootstrap.bin] Error 2
make[1]: Leaving directory `/home/kashin08/tudos/l4/pkg'
make: *** [pkg] Error 2

Anyone can help me? Thank you very much.

Best Regards,
Qmo