compile.yml #1
NathanNeurotic
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
mkdir -p obj.bdm
mipsel-ps2-irx-gcc -D_IOP -fno-builtin -G0 -Os -Wall -I../common -I/usr/local/ps2dev/ps2sdk/iop/include -I/usr/local/ps2dev/ps2sdk/common/include -I. -Iinclude/ -DBDM_DRIVER -msoft-float -mno-explicit-relocs -c streaming.c -o obj.bdm/streaming.o
/usr/local/ps2dev/ps2sdk/samples/Makefile.iopglobal:78: update target 'obj.bdm/ioplib_util.o' due to: target does not exist
mkdir -p obj.bdm
mipsel-ps2-irx-gcc -D_IOP -fno-builtin -G0 -Os -Wall -I../common -I/usr/local/ps2dev/ps2sdk/iop/include -I/usr/local/ps2dev/ps2sdk/common/include -I. -Iinclude/ -DBDM_DRIVER -msoft-float -mno-explicit-relocs -c ioplib_util.c -o obj.bdm/ioplib_util.o
ioplib_util.c:65:19: warning: extra tokens at end of #ifdef directive
65 | #ifdef SMB_DRIVER || defined(USE_UDPBD)
| ^~
make[1]: *** No rule to make target 'obj.bdm/smsutils.o', needed by 'bdm_cdvdman.irx'. Stop.
make: *** [Makefile:432: modules/iopcore/cdvdman/bdm_cdvdman.irx] Error 2
make[1]: Leaving directory '/__w/uOPL/uOPL/modules/iopcore/cdvdman'
Error: Process completed with exit code 2.
I have no idea how to fix that. This source used to work. @korax
Beta Was this translation helpful? Give feedback.
All reactions