Sorry.... here is the whole makefile:
PSPSDK = $(shell psp-config --pspsdk-path) TARGET = ObexTest OBJS = main.o LDFLAGS=-L/usr/local/pspdev/psp/lib LIBS= /usr/local/pspdev/psp/lib/libopenobex.a EXTRA_TARGETS = EBOOT.PBP PSP_EBOOT_TITLE = ObexTest CFLAGS = -O2 -G0 -Wall CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti ASFLAGS = $(CFLAGS) CFLAGS += -DOBEX_DEBUG=5 -DOBEX_DUMP=1 include $(PSPSDK)/lib/build.mak but I tried the alternatives in the LIBS-Line as mentioned in the last email. And make outputs "undefined reference to: OBEX_Init" and so on for every other function of the lib....and therefore it ends up with "ld returned 1" and cannot be linked... Regards M.N. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Openobex-users mailing list [email protected] http://lists.sourceforge.net/lists/listinfo/openobex-users
