Hello!
I was wondering if there was any way to create and use dynamic libraries using devkitARM? Looking around the headers I notice there's no dlfnc.h header which is what's used in Linux. If there's any way for this to work or for me to create my own dynamic library loading system (long shot) I'd love to know how
Thanks!
-ObsidianX
Dynamic libraries
-
- Site Admin
- Posts: 1986
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
Re: Dynamic libraries
Which platform are you writing code for?
dynamic libraries tend not to be that useful without an OS layer and multitasking. Generally with a bare metal toolchain like devkitARM you're writing entirely self contained binaries.
dynamic libraries tend not to be that useful without an OS layer and multitasking. Generally with a bare metal toolchain like devkitARM you're writing entirely self contained binaries.
Re: Dynamic libraries
I'm writing an app for the NDS and I'd like to have dynamically loadable plugins for it.
Re: Dynamic libraries
I guess you could try making your own, by putting a function table at the beginning of the binary and compiling as position-independent code (PIC).
Who is online
Users browsing this forum: Bing [Bot] and 2 guests