FritzOS <-- HELP PLEASE!!!

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Kobolt

FritzOS <-- HELP PLEASE!!!

Post 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!
jrfritz

Re:FritzOS <-- HELP PLEASE!!!

Post 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.
whyme_t

Re:FritzOS <-- HELP PLEASE!!!

Post by whyme_t »

__gxx_personality_v0 is to do with exception handling I believe, did you use the -fno-exception switch for gxx ?
Kobolt

Re:FritzOS <-- HELP PLEASE!!!

Post by Kobolt »

No....i jsut runs the install script as it came ??? Any would be appreciated :)
jrfritz

Re:FritzOS <-- HELP PLEASE!!!

Post by jrfritz »

Strange...(this is the same manager...jrfritz).

What version of GCC, and Linux are you using?
Post Reply