Page 1 of 1

Problem with compiling FritzOS

Posted: Sun Jun 10, 2007 1:02 am
by Cmaranec
Hello, i tried to compile kernel of FritzOS with NASM and DJGPP. Compiling throws only warnings (comparing between signed and unsigned,...), but linking throws this:

c:/djgpp/bin/ld.exe: warning: cannot find entry symbol start; defaulting to 0010
0000
kernelasm.o(.text+0x43): relocation truncated to fit: 16 .text
k32.o(.eh_frame+0x11):k32.cpp: undefined reference to `___gxx_personality_v0'

Can you help me?

Posted: Sun Jun 10, 2007 2:39 am
by bluecode
I think it should be sufficient to turn of RTTI and Exceptions via g++ commandline options -fno-rtti and -fno-exceptions.