Guest User

Untitled

a guest
Aug 30th, 2011
196
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. make -C /Users/matthew.house/Downloads/gbdk/gbdk-support/lcc TOOLSPREFIX= TARGETDIR=/opt/gbdk/
  2. gcc -ggdb -O -Wall -DGBDKLIBDIR=\"/opt/gbdk/\"   -c -o lcc.o lcc.c
  3. lcc.c: In function ‘main’:
  4. lcc.c:99: warning: suggest parentheses around && within ||
  5. lcc.c:158: warning: suggest parentheses around && within ||
  6. lcc.c: At top level:
  7. lcc.c:223: warning: conflicting types for built-in function ‘execv’
  8. lcc.c: In function ‘compose’:
  9. lcc.c:327: warning: suggest parentheses around assignment used as truth value
  10. lcc.c: In functionfind’:
  11. lcc.c:460: warning: suggest parentheses around assignment used as truth value
  12. lcc.c: In functionhelp’:
  13. lcc.c:517: warning: suggest parentheses around assignment used as truth value
  14. lcc.c:518: warning: suggest parentheses around assignment used as truth value
  15. lcc.c: In function ‘initinputs’:
  16. lcc.c:535: warning: suggest parentheses around assignment used as truth value
  17. lcc.c:529: warning: unused variable ‘list’
  18. lcc.c: In function ‘path2list’:
  19. lcc.c:714: warning: suggest parentheses around assignment used as truth value
  20. lcc.c: In function ‘suffix’:
  21. lcc.c:780: warning: suggest parentheses around assignment used as truth value
  22. gcc -ggdb -O -Wall -DGBDKLIBDIR=\"/opt/gbdk/\"   -c -o gb.o gb.c
  23. gb.c: In function ‘option’:
  24. gb.c:247: warning: implicit declaration of functionexit
  25. gb.c:247: warning: incompatible implicit declaration of built-in functionexit
  26. gcc   lcc.o gb.o   -o lcc
  27. make -C /Users/matthew.house/Downloads/gbdk/gbdk-lib/libc PORTS=gbz80 PLATFORMS=gb SDCCLIB=/Users/matthew.house/Downloads/gbdk/sdcc
  28. for i in gbz80; do make port THIS=$i PORT=$i; done
  29. rm -f  *.o *.cdb *.sym *.lst *~ *.asm
  30. if [ -e global.s ]; then \
  31.         sed -e "s/.NEAR_CALLS\W=\W[0-9]\+/.NEAR_CALLS = 1/" global.s > tmp1.txt ;\
  32.         mv tmp1.txt global.s; \
  33.     fi
  34. mkdir -p ../build/small/asxxxx/gbz80
  35. /Users/matthew.house/Downloads/gbdk/sdcc/bin/sdcc -I../include --model-small -mgbz80 -DGBDK=1 -c abs.c
  36. at 1: warning 133: Model '--model-small' not supported for gbz80, ignored.
  37. ../include/stdlib.h:13: warning 197: keyword 'nonbanked' is deprecated, use '__nonbanked' instead
  38. mv `basename abs.c .c`.o ../build/small/asxxxx/gbz80/abs.o
  39. mv: rename abs.o to ../build/small/asxxxx/gbz80/abs.o: No such file or directory
  40. make[2]: *** [../build/small/asxxxx/gbz80/abs.o] Error 1
  41. make[1]: *** [ports] Error 2
  42. 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.

×