Hi, thanks to the project creators for a great program! A very impressive and useful utility.
I have os9linux (os9exec v3.30) running on my Fedora Core 1 box with OS9 version 2.1.
All seems to be working well with the exception of our Omegasoft 6809 Cross Pascal Compiler (version v1.01). The xpc produces relocatable .ro output files which do not properly assign global symbols with their function address offsets (they're all set to the same address; the address of the first function). xpc completes it's compilation without any errors and all other aspects of the .ro are correct.
As xpc works fine with our Syntel Real Time Workbench, running the same OS9 version I was wondering if anyone could suggest where I go from here to try to disgnose the problem.
Appologies if this is off-topic here.
Thanks for any help.
Regards,
John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I had no feedback till now about your problem.
It might be worth to check on the Windows or Mac version of
OS9exec, if the same problem arises. Alternatively there are
built-in debug tools "-d xxx", see "os9linux -?" and
"os9linux -dh" for the details.
This allows to display the steps you're going thru, e.g. "-d 3"
shows all OS-9 system calls with register contents.
This might help to see, where the problem is.
Regards,
Beat
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, thanks to the project creators for a great program! A very impressive and useful utility.
I have os9linux (os9exec v3.30) running on my Fedora Core 1 box with OS9 version 2.1.
All seems to be working well with the exception of our Omegasoft 6809 Cross Pascal Compiler (version v1.01). The xpc produces relocatable .ro output files which do not properly assign global symbols with their function address offsets (they're all set to the same address; the address of the first function). xpc completes it's compilation without any errors and all other aspects of the .ro are correct.
As xpc works fine with our Syntel Real Time Workbench, running the same OS9 version I was wondering if anyone could suggest where I go from here to try to disgnose the problem.
Appologies if this is off-topic here.
Thanks for any help.
Regards,
John
Hi John,
thanks for your compliments :-) :-)
I had no feedback till now about your problem.
It might be worth to check on the Windows or Mac version of
OS9exec, if the same problem arises. Alternatively there are
built-in debug tools "-d xxx", see "os9linux -?" and
"os9linux -dh" for the details.
This allows to display the steps you're going thru, e.g. "-d 3"
shows all OS-9 system calls with register contents.
This might help to see, where the problem is.
Regards,
Beat