ps2dev / ps2gdb

PS2 GDB stub
24 stars 10 forks source link

fail build with latest PS2SDK #2

Closed sl1pkn07 closed 5 years ago

sl1pkn07 commented 6 years ago
make -C ee
make[1]: Entering directory '/tmp/makepkg/ps2dev-ps2gdb-git/src/ps2gdb/ee'
ee-gcc -D_EE -O2 -G0 -Wall -g  -I/usr/ps2/sdk/ee/include -I/usr/ps2/sdk/common/include -c ps2gdbStub.c -o ps2gdbStub.o
ps2gdbStub.c: In function `getpacket':
ps2gdbStub.c:402: warning: implicit declaration of function `strlen'
ps2gdbStub.c: In function `handle_exception':
ps2gdbStub.c:1086: warning: implicit declaration of function `strcpy'
ps2gdbStub.c: In function `gdbstub_net_open':
ps2gdbStub.c:1282: warning: implicit declaration of function `SifLoadModule'
ps2gdbStub.c:1287: warning: implicit declaration of function `ps2ip_init'
ps2gdbStub.c:1299: warning: implicit declaration of function `memset'
ps2gdbStub.c:1312: warning: implicit declaration of function `disconnect'
ps2gdbStub.c: In function `gdb_stub_main':
ps2gdbStub.c:1437: warning: control reaches end of non-void function
ee-gcc -D_EE -O2 -G0 -Wall -g  -I/usr/ps2/sdk/ee/include -I/usr/ps2/sdk/common/include -c gdb-low.S -o gdb-low.o
ee-ar cru ../lib/libps2gdbStub.a ps2gdbStub.o gdb-low.o
ee-ar rcs ../lib/libps2gdbStub.a ps2gdbStub.o gdb-low.o
make[1]: Leaving directory '/tmp/makepkg/ps2dev-ps2gdb-git/src/ps2gdb/ee'
sp193 commented 5 years ago

I don't see any errors, hence no reason for the build to fail. If you have further problems, please feel free to bring up this issue again.