Hi,
For a specific purpose, we would like to link the libopae-c library statically using
libopae-c.a static library
But only libopae-c.so is available while libopae-c.a is not available
Please anyone know how to generate the libopae-c.a using the opae sdk source code.
Thanks,
Sathish
Show replies by date
Hi Sathish,
At the moment the Cmake build system for libopae-c creates only a dynamically loadable
library. It would be a non-trivial effort to update the Cmake build system for creating a
static library. Certainly patches for such a change would be considered. It might also
be helpful to understand your specific use case for the static library.
Matthew
-----Original Message-----
From: sathishmls(a)yahoo.com <sathishmls(a)yahoo.com>
Sent: Friday, June 5, 2020 12:16 AM
To: opae(a)lists.01.org
Subject: [OPAE] generating libopae-c.a static library for static linking
Hi,
For a specific purpose, we would like to link the libopae-c library statically using
libopae-c.a static library But only libopae-c.so is available while libopae-c.a is not
available
Please anyone know how to generate the libopae-c.a using the opae sdk source code.
Thanks,
Sathish
_______________________________________________
OPAE mailing list -- opae(a)lists.01.org
To unsubscribe send an email to opae-leave(a)lists.01.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
Hi,
In case someone easily wants to know what a closed application does with a FPGA using the
opae-c library, the person can add debug symbols, extra print statements and recompile to
replace the existing libopae-c.so file.
This can dump the FPGA operations easily
However if we can link the libopae-c library statically to the application, then it may
not be easy to dump the operations.
This is the reason this question was raised.
Any other thought on this
Thanks,
Sathish