You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, we use "-lunix" on the linking stage to automatically translate Unix paths to amiga ones. Without "-lunix" we have on running asks for some assigns like /usr/local/debugWORK and /usr/local/share/auto-loadWORK.
So when the time comes better to port it all properly.
The text was updated successfully, but these errors were encountered:
When it load it looks for "/etc? and "/usr" but it may only be an issue if running with no SDK providing those assigns. However it does confuse it otherwise as so:
(gdb) file Shared:PartitionWizard
file Shared:PartitionWizard
Reading symbols from /Workbench/Shared:PartitionWizard...I'm sorry, Dave, I can't do that. Symbol format `elf32-amiga' unknown.
(gdb) run
run
"/Workbench/Shared:PartitionWizard": not an executable file
For now, we use "-lunix" on the linking stage to automatically translate Unix paths to amiga ones. Without "-lunix" we have on running asks for some assigns like /usr/local/debugWORK and /usr/local/share/auto-loadWORK.
So when the time comes better to port it all properly.
The text was updated successfully, but these errors were encountered: