Replies: 1 comment
-
There's no automatic linking for amiga system libraries. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How is LD configured to link against functions stored in ROM?
When trying to build using FFP functions I get undefined reference linker errors to those functions (e.g.
SPDiv
,SPMul
), an error I don't get with other ROM functions likeAllocMem
. Is this something I can configure LD to find, or should I just be writing wrappers to call into those functions by their offset on ROM?I can see that at least some of the symbols are in the elf files in the
/bin/symbols
directory, but I'm not sure if that's relevant or useful for me.Thanks
Beta Was this translation helpful? Give feedback.
All reactions