[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] adding shared libraries



Hi Jeff,

Jeff White wrote:
Since there is no support for runtime libraries, is there anyway around this problem. I need to add this runtime library for a fingerprint reader that has all of the algorithms already done.

Simplest way to do it is probably to modify the library makefiles to produce a static archive (.a library file), and link your app against it at compile time. If the code makes any use of things like dl_open() and dl_close() etc then they'll need to be trimmed out.

Regards,

John
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/