Advertisement
Guest User

Bauldrick2

a guest
Feb 17th, 2010
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. cp stub/n2e-asm-1d00-stub ./b_stub
  2. ld -r -b binary b_stub -o builtin_stub.o
  3. rm b_stub
  4. 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
  5. ps2-packer.c: In function 'remove_section_zeroes':
  6. ps2-packer.c:259: warning: unused variable 'realign'
  7. ps2-packer.c:258: warning: unused variable 'whole_size'
  8. ps2-packer.c: In function 'load_stub':
  9. ps2-packer.c:343: warning: unused variable 'size'
  10. ps2-packer.c: In function 'packing':
  11. ps2-packer.c:561: warning: passing argument 2 of 'remove_section_zeroes' from incompatible pointer type
  12. ps2-packer.c:564: warning: implicit declaration of function 'pack_section'
  13. ps2-packer.c: In function 'main':
  14. ps2-packer.c:797: warning: implicit declaration of function 'signature'
  15. ps2-packer.c:813: warning: format '%i' expects type 'int', but argument 2 has type 'u32'
  16. ps2-packer.c:813: warning: format '%i' expects type 'int', but argument 3 has type 'u32'
  17. ps2-packer.c:652: warning: unused variable 'packer_module'
  18. ps2-packer.c:644: warning: unused variable 'buffer'
  19. gcc -fPIC -O3 -Wall -I. -DVERSION=\"0.4.5\" -DPREFIX=\"/usr/local/ps2dev\" zlib-packer.c -shared -o zlib-packer.so /usr/lib/libz.a
  20. zlib-packer.c: In function 'pack_section':
  21. zlib-packer.c:52: warning: assignment discards qualifiers from pointer target type
  22. gcc -fPIC -O3 -Wall -I. -DVERSION=\"0.4.5\" -DPREFIX=\"/usr/local/ps2dev\" lzo-packer.c minilzo.c -shared -o lzo-packer.so
  23. gcc -fPIC -O3 -Wall -I. -DVERSION=\"0.4.5\" -DPREFIX=\"/usr/local/ps2dev\" n2b-packer.c -shared -o n2b-packer.so /usr/lib/libucl.a
  24. gcc -fPIC -O3 -Wall -I. -DVERSION=\"0.4.5\" -DPREFIX=\"/usr/local/ps2dev\" n2d-packer.c -shared -o n2d-packer.so /usr/lib/libucl.a
  25. gcc -fPIC -O3 -Wall -I. -DVERSION=\"0.4.5\" -DPREFIX=\"/usr/local/ps2dev\" n2e-packer.c -shared -o n2e-packer.so /usr/lib/libucl.a
  26. gcc -fPIC -O3 -Wall -I. -DVERSION=\"0.4.5\" -DPREFIX=\"/usr/local/ps2dev\" null-packer.c -shared -o null-packer.so
  27. matt@LinkStation:/usr/local/ps2dev/ps2-packer$
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement