Page 1 of 1

FritzOS <-- HELP PLEASE!!!

Posted: Sat Dec 07, 2002 4:49 pm
by Kobolt
Hi! I tried installing FritzOS under Linux but i get this error:
[kobolt@dhcp-9-4 linuxinst]$ ./install.sh
../source/object/kernel32.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
objcopy: ../source/temp/kernel32: No such file or directory
1+0 records in
1+0 records out
20+1 records in
20+1 records out

any ideas please?!?!?!?????????????????
Thx in advance!

Re:FritzOS <-- HELP PLEASE!!!

Posted: Sat Dec 07, 2002 8:00 pm
by jrfritz
Hello, I am the manager of FritzOS.

Did you try adding the g++ personality code, or classes or new and delete?

FritzOS currently does not support that code in its kernel.

Re:FritzOS <-- HELP PLEASE!!!

Posted: Sun Dec 08, 2002 4:59 am
by whyme_t
__gxx_personality_v0 is to do with exception handling I believe, did you use the -fno-exception switch for gxx ?

Re:FritzOS <-- HELP PLEASE!!!

Posted: Sun Dec 08, 2002 5:19 am
by Kobolt
No....i jsut runs the install script as it came ??? Any would be appreciated :)

Re:FritzOS <-- HELP PLEASE!!!

Posted: Sun Dec 08, 2002 9:06 am
by jrfritz
Strange...(this is the same manager...jrfritz).

What version of GCC, and Linux are you using?