Op Fri, 28 Dec 2007, schreef Fabio Dell'Aria:

OK, but why on my PC:

ppumove system.ppu

return the following long error:

...
Cannot export fpc_write_text_widestr: symbol not found
Cannot export fpc_writeln_end: symbol not found
Cannot export operatingsystem_result: symbol not found
system.o: In function `SYSTEM_init':
system.pp:1103: undefined reference to `FindResourceA'
system.pp:1103: undefined reference to `LoadResource'
system.pp:1103: undefined reference to `SizeofResource'
system.pp:1103: undefined reference to `LockResource'
...
Fatal: Library building stage failed.

Seems it doesn't work on win32, so you are out of luck. Make ppumove dump its linker script and find out what it does wrong. You have to do it yourself, investigating Win32 linking problems is not something where I can be of any help.

Daniël
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to