On Sun, 2008-04-20 at 18:51 -0700, ron minnich wrote:
This sounds like a special case, but in general, "there's nothing new under the sun" and compilers/assemblers/linkers do this every day... wouldn't that just be a matter of providing the .o/.a object file and/or .h header file?
I throught we were almost doing this already? I call printk from initram for example.
I think Carl is talking about linking against something *in* a ROM (image), not just from .o files resulting from a build... i might be mistaken tho