Re: Compilations- und Bootproblem mit Fiasco/L4
Harald, l4-hackers is an international mailing list; the discussion language is English. If you need to discuss something in German, please contact <fiasco-core@os.inf.tu-dresden.de>. Harald Fritzsche <Harald.Fritzsche@mpd.de> writes:
make[2]: Entering directory `/volumes/v3/HOME3/FRITZSCHE/L4/l4-981012/oskit/examples' ld -Ttext 100000 -L../lib \ -o multiboot-smp ../lib/multiboot.o multiboot-smp.o \ -lsmp -lkern -lmc -llmm ../lib/crtn.o ../lib/libsmp.a(boot.o): In function `_SMP_TRAMP_START_': boot.o(.text+0x29): relocation truncated to fit: R_386_16 _SMP_TRAMP_32_ENTRY_
This has been reported before; however, I cannot reproduce this. A simple workaround is to "touch oskit/examples/multiboot-smp" -- this program isn't really needed.
main.cc 174 check failed
Please apply the patch at <URL:ftp://ftp.inf.tu-dresden.de/pub/os/L4/fiasco/fiasco-l4-981012.patch-01.gz> -- it should fix this bug. The problem was caused by an incomplete constructor which assumed statically-allocated storage would be zero-initialized. Michael -- hohmuth@innocent.com, hohmuth@inf.tu-dresden.de http://home.pages.de/~hohmuth/
Dear Michael, Dear Hackers! now it works. Is Fiasco the very first C++ Kernel? I remember me, that Siemens Nixdorf has canceld a plan to develop BS2000 (V13) with C++. Thanks Harald Fritzsche Michael Hohmuth schrieb:
Harald,
l4-hackers is an international mailing list; the discussion language is English. If you need to discuss something in German, please contact <fiasco-core@os.inf.tu-dresden.de>.
Harald Fritzsche <Harald.Fritzsche@mpd.de> writes:
make[2]: Entering directory `/volumes/v3/HOME3/FRITZSCHE/L4/l4-981012/oskit/examples' ld -Ttext 100000 -L../lib \ -o multiboot-smp ../lib/multiboot.o multiboot-smp.o \ -lsmp -lkern -lmc -llmm ../lib/crtn.o ../lib/libsmp.a(boot.o): In function `_SMP_TRAMP_START_': boot.o(.text+0x29): relocation truncated to fit: R_386_16 _SMP_TRAMP_32_ENTRY_
This has been reported before; however, I cannot reproduce this. A simple workaround is to "touch oskit/examples/multiboot-smp" -- this program isn't really needed.
main.cc 174 check failed
Please apply the patch at <URL:ftp://ftp.inf.tu-dresden.de/pub/os/L4/fiasco/fiasco-l4-981012.patch-01.gz> -- it should fix this bug. The problem was caused by an incomplete constructor which assumed statically-allocated storage would be zero-initialized.
Michael -- hohmuth@innocent.com, hohmuth@inf.tu-dresden.de http://home.pages.de/~hohmuth/
participants (2)
-
Harald Fritzsche -
Michael Hohmuth