Code: Select all
make[1]: Leaving directory `/usr/local/ps2dev/ps2-packer/stub'
touch stubs-tag.stamp
cp stub/n2e-asm-one-1d00-stub ./b_stub_one
ld -r -b binary b_stub_one -o builtin_stub_one.o
rm b_stub_one
cp stub/n2e-asm-1d00-stub ./b_stub
ld -r -b binary b_stub -o builtin_stub.o
rm b_stub
gcc -O3 -Wall -I. -DVERSION=\"0.4.5\" -DPREFIX=\"/usr/local/ps2dev\" -DPS2_PACKER_LITE ps2-packer.c n2e-packer.c /usr/lib/libucl.a
builtin_stub_one.o builtin_stub.o -o ps2-packer-lite
ps2-packer.c: In function `remove_section_zeroes':
ps2-packer.c:258: warning: unused variable `whole_size'
ps2-packer.c:259: warning: unused variable `realign'
ps2-packer.c: In function `load_stub':
ps2-packer.c:343: warning: unused variable `size'
ps2-packer.c: In function `packing':
ps2-packer.c:561: warning: passing arg 2 of `remove_section_zeroes' from incompatible pointer type
ps2-packer.c:564: warning: implicit declaration of function `pack_section'
ps2-packer.c: In function `main':
ps2-packer.c:797: warning: implicit declaration of function `signature'
ps2-packer.c:813: warning: int format, u32 arg (arg 2)
ps2-packer.c:813: warning: int format, u32 arg (arg 3)
ps2-packer.c:644: warning: unused variable `buffer'
ps2-packer.c:652: warning: unused variable `packer_module'
/cygdrive/c/DOCUME~1/Cory/LOCALS~1/Temp/ccJY8xTA.o(.text+0x447):ps2-packer.c: undefined reference to `__binary_b_stub_start'
/cygdrive/c/DOCUME~1/Cory/LOCALS~1/Temp/ccJY8xTA.o(.text+0x95b):ps2-packer.c: undefined reference to `__binary_b_stub_one_start'
collect2: ld returned 1 exit status
make: *** [ps2-packer-lite] Error 1[/code
whoops, trying to find out where I got ucl from a couple weeks ago and now I am unsure.... looks like I grabbed it from the UCL package for cyqwin, premade...