PSP-Archive / Furikup

PSP SIP Phone by Team Noobz
1 stars 0 forks source link

Error on build #1

Open yan4ikyt opened 3 years ago

yan4ikyt commented 3 years ago

i giving error while i build programm make -C SIPEngine make[1]: Entering directory '/home/SERVER-PC/Furikup/SIPEngine' psp-gcc -I. -IC:/pspsdk/psp/sdk/include -O2 -G0 -g -Wall -D_PSP_FW_VERSION=150 -L. -LC:/pspsdk/psp/sdk/lib -specs=C:/pspsdk/psp/sdk/lib/prxspecs -Wl,-q,-TC:/pspsdk/psp/sdk/lib/linkfile.prx sipengine.o config.o config_file.o codec.o call_api.o video.o audio.o sound_conv.o sound_resample.o presence.o addressbook.o sceUsbMic.o exports.o -leXosip2 -losipparser2 -losip2 -lortp -lpsprtc -lpspaudio -lpspusb -lpspusbcam -lpspdebug -lpspdisplay -lpspge -lpspctrl -lpspsdk -lc -lpspnet -lpspnet_inet -lpspnet_apctl -lpspnet_resolver -lpsputility -lpspuser -lpspkernel -o SIPEngine.elf psp-ld: cannot find -leXosip2 make[1]: [C:/pspsdk/psp/sdk/lib/build.mak:183: SIPEngine.elf] Error 1 make[1]: Leaving directory '/home/SERVER-PC/Furikup/SIPEngine' make: [Makefile:18: engine] Error 2

sajattack commented 3 years ago

Not all of the repositories under this organization have been updated to be compatible with the latest tools. It seems like this one is missing a library. The purpose of the org is to preserve (and occasionally restore) old code for the psp.

yan4ikyt commented 3 years ago

Ok so i installed libs, but in osip2 i have error! psp-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I/usr/local/pspdev/psp/sdk/include -G0 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -g -DOSIP_MT -g -DENABLE_TRACE -g -MT ict_fsm.lo -MD -MP -MF .deps/ict_fsm.Tpo -c ict_fsm.c -o ict_fsm.o In file included from ict_fsm.c:20: ../../include/osip2/internal.h:238:4: error: conflicting types for ‘osip_sem_t’ 238 | } osip_sem_t; | ^~~~~~ ../../include/osip2/internal.h:189:15: note: previous declaration of ‘osip_sem_t’ was here 189 | typedef sem_t osip_sem_t; | ^~~~~~

yan4ikyt commented 3 years ago

Ok! I fixed problem! Programm successfully to PSP firmware 6.61 But in file Textgui.c must be some edited. Can you edit file? I send right code.

sajattack commented 3 years ago

Feel free to open a Pull Request.