Hello.
Is there a way to create GCC shared libraries that are bigger than 64
KB? I have bunch of code that makes up static library with size of
about 100 KB. When I try to compile it into shared library, i get error
"region coderes is full", which I think implies that my library doesn't
fit into single segment. As I see it, I can separate my code to two or
three libraries, but then I'd have multiple libraries referencing each
other and it would be more trouble to install and uninstall these files.
Any suggestions?
--
Margus