Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to deal with Amiga paths. #5

Open
kas1e opened this issue Feb 24, 2021 · 1 comment
Open

Need to deal with Amiga paths. #5

kas1e opened this issue Feb 24, 2021 · 1 comment

Comments

@kas1e
Copy link
Owner

kas1e commented Feb 24, 2021

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.

@Hypexed
Copy link

Hypexed commented Jan 12, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants