|
Did anyone every get OpenSSL to compile yet for PetaLinux?
Also, I have Sofia-SIP libraries compiling OK and creating libraries. But I can not seem to figure out how to get a user app to link the libraries. Petalinux's make reports undefines for every reference made to the libsofia-sip-ua.a library. The library is built and exist in the path as shown. Here is an example of my apps Makefile responder: responder.c handlers.o Makefile common.h config.o hash.o inflight.o $(CC) -o responder -I/usr/include \ -L$(ROOTDIR)/lib/sofia-sip/libsofia-sip-ua/.libs/libsofia-sip-ua.a \ -g -Wall \ -lpthread \ inflight.o handlers.o hash.o config.o responder.c Thanks.....Chris Get quick access to your favorite MSN content with Internet Explorer 8. Download FREE now! |