Advertisement
flyingfisch

Untitled

Feb 16th, 2012
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.27 KB | None | 0 0
  1. flyingfisch@flyingfisch-Office-Computer:~/Desktop/PrizmSDK-0.3/projects/test$ make
  2. /usr/local/cross/bin/sh3eb-elf-gcc -MMD -MP -MF /home/flyingfisch/Desktop/PrizmSDK-0.3/projects/test/build/test.d -Os -Wall -mb -m4a-nofpu -mhitachi -nostdlib   -I/home/flyingfisch/Desktop/PrizmSDK-0.3/projects/test/build -I/home/flyingfisch/Desktop/PrizmSDK-0.3/include -c /home/flyingfisch/Desktop/PrizmSDK-0.3/projects/test/src/test.c -o test.o
  3. /home/flyingfisch/Desktop/PrizmSDK-0.3/projects/test/src/test.c:4:6: warning: return type of 'main' is not 'int' [-Wmain]
  4. /home/flyingfisch/Desktop/PrizmSDK-0.3/projects/test/src/test.c: In function 'main':
  5. /home/flyingfisch/Desktop/PrizmSDK-0.3/projects/test/src/test.c:6:10: warning: variable 'blah' set but not used [-Wunused-but-set-variable]
  6. /usr/local/cross/bin/sh3eb-elf-gcc  test.o -mb -m4a-nofpu -mhitachi -nostdlib -T/home/flyingfisch/Desktop/PrizmSDK-0.3/common/prizm.ld -Wl,-static -Wl,-gc-sections  -L/home/flyingfisch/Desktop/PrizmSDK-0.3/lib -lfxcg -lgcc -o /home/flyingfisch/Desktop/PrizmSDK-0.3/projects/test/test.bin
  7. /usr/local/cross/lib/gcc/sh3eb-elf/4.6.2/../../../../sh3eb-elf/bin/ld: cannot find -lgcc
  8. collect2: ld returned 1 exit status
  9. make[1]: *** [/home/flyingfisch/Desktop/PrizmSDK-0.3/projects/test/test.bin] Error 1
  10. make: *** [build] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement