Advertisement
Guest User

Untitled

a guest
Jun 24th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. lyrin@lyrubuntu:~/Program Files (lyrin)/make_cdn_cia$ make
  2. gcc -std=c99 main.c cia.c utils.c -o bin/make_cdn_cia
  3. main.c:1:3: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token
  4. ia.c
  5. ^
  6. cia.c: In function ‘print_content_chunk_info’:
  7. cia.c:354:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘u64 {aka long long unsigned int}’ [-Wformat=]
  8. printf("[+] Content Size: 0x%x\n",u8_to_u64(content_struct.content_size,BIG_E
  9. ^
  10. utils.c:1:3: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token
  11. ia.c
  12. ^
  13. Makefile:2: recipe for target 'all' failed
  14. make: *** [all] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement