Guest User

Untitled

a guest
Aug 30th, 2011
179
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. make -C /Users/matthew.house/Downloads/gbdk/gbdk-lib/libc PORTS=gbz80 PLATFORMS=gb SDCCLIB=/Users/matthew.house/Downloads/gbdk/sdcc
  2. for i in gbz80; do make port THIS=$i PORT=$i; done
  3. rm -f *.o *.cdb *.sym *.lst *~ *.asm
  4. if [ -e global.s ]; then \
  5. sed -e "s/.NEAR_CALLS\W=\W[0-9]\+/.NEAR_CALLS = 1/" global.s > tmp1.txt ;\
  6. mv tmp1.txt global.s; \
  7. fi
  8. mkdir -p ../build/small/asxxxx/gbz80
  9. /Users/matthew.house/Downloads/gbdk/sdcc/bin/sdcc -I../include --model-small -mgbz80 -DGBDK=1 -c abs.c
  10. mv `basename abs.c .c`.o ../build/small/asxxxx/gbz80/abs.o
  11. /Users/matthew.house/Downloads/gbdk/sdcc/bin/sdcc -I../include --model-small -mgbz80 -DGBDK=1 -c atoi.c
  12. mv `basename atoi.c .c`.o ../build/small/asxxxx/gbz80/atoi.o
  13. /Users/matthew.house/Downloads/gbdk/sdcc/bin/sdcc -I../include --model-small -mgbz80 -DGBDK=1 -c atol.c
  14. mv `basename atol.c .c`.o ../build/small/asxxxx/gbz80/atol.o
  15. /Users/matthew.house/Downloads/gbdk/sdcc/bin/sdcc -I../include --model-small -mgbz80 -DGBDK=1 -c isalpha.c
  16. mv `basename isalpha.c .c`.o ../build/small/asxxxx/gbz80/isalpha.o
  17. /Users/matthew.house/Downloads/gbdk/sdcc/bin/sdcc -I../include --model-small -mgbz80 -DGBDK=1 -c isdigit.c
  18. mv `basename isdigit.c .c`.o ../build/small/asxxxx/gbz80/isdigit.o
  19. /Users/matthew.house/Downloads/gbdk/sdcc/bin/sdcc -I../include --model-small -mgbz80 -DGBDK=1 -c islower.c
  20. mv `basename islower.c .c`.o ../build/small/asxxxx/gbz80/islower.o
  21. /Users/matthew.house/Downloads/gbdk/sdcc/bin/sdcc -I../include --model-small -mgbz80 -DGBDK=1 -c isspace.c
  22. mv `basename isspace.c .c`.o ../build/small/asxxxx/gbz80/isspace.o
  23. /Users/matthew.house/Downloads/gbdk/sdcc/bin/sdcc -I../include --model-small -mgbz80 -DGBDK=1 -c isupper.c
  24. mv `basename isupper.c .c`.o ../build/small/asxxxx/gbz80/isupper.o
  25. /Users/matthew.house/Downloads/gbdk/sdcc/bin/sdcc -I../include --model-small -mgbz80 -DGBDK=1 -c itoa.c
  26. mv `basename itoa.c .c`.o ../build/small/asxxxx/gbz80/itoa.o
  27. /Users/matthew.house/Downloads/gbdk/sdcc/bin/sdcc -I../include --model-small -mgbz80 -DGBDK=1 -c labs.c
  28. mv `basename labs.c .c`.o ../build/small/asxxxx/gbz80/labs.o
  29. /Users/matthew.house/Downloads/gbdk/sdcc/bin/sdcc -I../include --model-small -mgbz80 -DGBDK=1 -c printf.c
  30. printf.c:7: warning 115: unknown or unsupported #pragma directive 'bank=BASE'
  31. printf.c:73: warning 85: in function _char_emitter unreferenced function argument : 'pData'
  32.  
  33. printf.c:85: syntax error: token -> 'at' ; column 12
  34. make[2]: *** [../build/small/asxxxx/gbz80/printf.o] Error 1
  35. make[1]: *** [ports] Error 2
  36. make: *** [gbdk-lib-build] Error 2
RAW Paste Data

Adblocker detected! Please consider disabling it...

We've detected AdBlock Plus or some other adblocking software preventing Pastebin.com from fully loading.

We don't have any obnoxious sound, or popup ads, we actively block these annoying types of ads!

Please add Pastebin.com to your ad blocker whitelist or disable your adblocking software.

×