Hi all:
I use dynamic load (RAP format) in my project, I enable POSIX in BSP, but do not refers POSIX API. The application called some POSIX API,so when link without librtemscpu.a, the POSXI API can not be found in the basefile. If I link with librtemscpu.a, link is OK, but loading output: "duplicate global symbol " . I guess some global symbols are linked twice.
    Is there any way to export POSIX API in BSP image? Now I put the
POSIX API used in a array in BSP, this looks a bit strange.

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to