Advertisement
Guest User

Untitled

a guest
Aug 18th, 2012
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.48 KB | None | 0 0
  1. /home/hillshum/Code/rockbox/tools/iaudio_bl_flash.c:1:0: warning: ISO C forbids an empty translation unit [-pedantic]
  2. make: *** [/home/hillshum/Code/rockbox/tools/scramble] Error 1
  3. hillshum@Toby-precise:~/Code/rockbox/build-clipplus$ cd ../
  4. hillshum@Toby-precise:~/Code/rockbox$ mkdir build-clip/
  5. hillshum@Toby-precise:~/Code/rockbox$ cd build-clip
  6. hillshum@Toby-precise:~/Code/rockbox/build-clip$ ../tools/autoconf.pl
  7. Rockbox autoconf:
  8.     Target: sansaclipv2
  9.     Type: Normal
  10. Correct? [Y/n] y
  11. Using temporary directory /tmp
  12. Platform set to sansaclipv2
  13. Normal build selected
  14. Using source code root directory: /home/hillshum/Code/rockbox
  15. Using arm-elf-eabi-gcc 4.4.4 (404)
  16. Using arm-elf-eabi-ld 2.20.1.20100303
  17. Found and uses ccache (/usr/bin/ccache)
  18. Automatically selected arch: arm (ver 5)
  19. Created Makefile
  20. hillshum@Toby-precise:~/Code/rockbox/build-clip$ make -j3
  21. Generating dependencies
  22. CC tools/scramble
  23. BMP2RB iaudio_bl_flash.h
  24. /bin/sh: 1: /home/hillshum/Code/rockbox/tools/bmp2rb: Permission denied
  25. make: *** [/home/hillshum/Code/rockbox/tools/iaudio_bl_flash.h] Error 126
  26. make: *** Waiting for unfinished jobs....
  27. /home/hillshum/Code/rockbox/tools/scramble.c:32:29: fatal error: iaudio_bl_flash.h: No such file or directory
  28. compilation terminated.
  29. /home/hillshum/Code/rockbox/tools/iaudio_bl_flash.c:1:0: warning: ISO C forbids an empty translation unit [-pedantic]
  30. make: *** [/home/hillshum/Code/rockbox/tools/scramble] Error 1
  31. hillshum@Toby-precise:~/Code/rockbox/build-clip$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement