Advertisement
Guest User

Untitled

a guest
Dec 31st, 2011
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. ./mkupdate.sh
  2. gcc -W -Wall -O2 -I. mkcramfs.c -lz -o mkcramfs
  3. mkcramfs.c: In function ‘parse_directory’:
  4. mkcramfs.c:245:2: warning: passing argument 4 of ‘scandir’ from incompatible pointer type
  5. /usr/include/dirent.h:252:12: note: expected ‘int (*)(const struct dirent **, const struct dirent **)’ but argument is of type ‘int (*)(const void *, const void *)’
  6. mkcramfs.c:287:15: warning: pointer targets in assignment differ in signedness
  7. mkcramfs.c: In function ‘write_superblock’:
  8. mkcramfs.c:399:3: warning: pointer targets in passing argument 1 of ‘__builtin_strncpy’ differ in signedness
  9. mkcramfs.c:399:3: note: expected ‘char *’ but argument is of type ‘u8 *’
  10. mkcramfs.c:401:3: warning: pointer targets in passing argument 1 of ‘__builtin_strncpy’ differ in signedness
  11. mkcramfs.c:401:3: note: expected ‘char *’ but argument is of type ‘u8 *’
  12. mkcramfs.c: In function ‘write_directory_structure’:
  13. mkcramfs.c:480:4: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
  14. /usr/include/string.h:397:15: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
  15. mkcramfs.c: In function ‘do_compress’:
  16. mkcramfs.c:598:4: warning: pointer targets in passing argument 1 of ‘compress2’ differ in signedness
  17. /usr/include/zlib.h:1116:21: note: expected ‘Bytef *’ but argument is of type ‘char *’
  18. mkcramfs.c:598:4: warning: pointer targets in passing argument 3 of ‘compress2’ differ in signedness
  19. /usr/include/zlib.h:1116:21: note: expected ‘const Bytef *’ but argument is of type ‘char *’
  20. mkcramfs.c: In function ‘write_data’:
  21. mkcramfs.c:647:5: warning: pointer targets in passing argument 3 of ‘do_compress’ differ in signedness
  22. mkcramfs.c:578:21: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
  23. mkcramfs.c: In function ‘main’:
  24. mkcramfs.c:825:2: warning: pointer targets in passing argument 2 of ‘crc32’ differ in signedness
  25. /usr/include/zlib.h:1502:23: note: expected ‘const Bytef *’ but argument is of type ‘char *’
  26. gcc -W -Wall -O2 -I. cramfsck.c -lz -o cramfsck
  27. cramfsck.c: In function ‘test_crc’:
  28. cramfsck.c:207:26: warning: unused parameter ‘start’
  29. cramfsck.c: In function ‘main’:
  30. cramfsck.c:616:9: warning: ‘length’ may be used uninitialized in this function
  31. /home/barbara/mkupd_root
  32. Extracting system.img ...
  33. Cramfs 2 , Modify by Wendal Chen.
  34. My blog http://wendal.net
  35. Sources http://github.com/wendal/cramfs
  36.  
  37. ./wendal_cramfs/cramfsck: stat failed: ./rockdev/Image/system.img: No such file or directory
  38. cp: reguläre Datei „system/bin/“ kann nicht angelegt werden: Datei oder Verzeichnis nicht gefunden
  39. cp: reguläre Datei „system/app/“ kann nicht angelegt werden: Datei oder Verzeichnis nicht gefunden
  40. chmod: Zugriff auf „system/*“ nicht möglich: Datei oder Verzeichnis nicht gefunden
  41. chmod: Zugriff auf „system/bin/su“ nicht möglich: Datei oder Verzeichnis nicht gefunden
  42. chmod: Zugriff auf „system/app/Superuser.apk“ nicht möglich: Datei oder Verzeichnis nicht gefunden
  43. chown: Zugriff auf „system“ nicht möglich: Datei oder Verzeichnis nicht gefunden
  44. mv: Aufruf von stat für „./rockdev/Image/system.img“ nicht möglich: Datei oder Verzeichnis nicht gefunden
  45. Creating new system.img ...
  46. ./wendal_cramfs/mkcramfs: stat failed: system: No such file or directory
  47. wineconsole: Starten des Programms "Afptool -pack ./ update_old.img" fehlgeschlagen.
  48. Der Befehl ist ungültig.
  49. wineconsole: Starten des Programms "RKImageMaker.exe -RK29 RK29xxLoader(L)_DDR3_400Mhz_V1.64.bin update_old.img update.img -os_type:androidos" fehlgeschlagen.
  50. Der Befehl ist ungültig.
  51. /home/barbara/mkupd_root
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement