Advertisement
skiilaa

FBI fasthax make fail

Jan 2nd, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. fatal: Not a git repository (or any of the parent directories): .git
  2. Building for 3DS...
  3. build/3ds-arm/source/main.o
  4. source/main.c: In function 'cleanup_services':
  5. source/main.c:44:9: warning: implicit declaration of function 'pxiDevExit' [-Wimplicit-function-declaration]
  6. pxiDevExit();
  7. ^
  8. In file included from d:/devkitPro/libctru/include/3ds.h:13:0,
  9. from source/main.c:5:
  10. source/main.c: In function 'init_services':
  11. source/main.c:80:33: warning: implicit declaration of function 'pxiDevInit' [-Wimplicit-function-declaration]
  12. && R_SUCCEEDED(res = pxiDevInit()) && (pxidev_initialized = true)
  13. ^
  14. d:/devkitPro/libctru/include/3ds/result.h:9:30: note: in definition of macro 'R_SUCCEEDED'
  15. #define R_SUCCEEDED(res) ((res)>=0)
  16. ^
  17. source/main.c:81:33: error: too many arguments to function 'httpcInit'
  18. && R_SUCCEEDED(res = httpcInit(0)) && (httpc_initialized = true)) {
  19. ^
  20. d:/devkitPro/libctru/include/3ds/result.h:9:30: note: in definition of macro 'R_SUCCEEDED'
  21. #define R_SUCCEEDED(res) ((res)>=0)
  22. ^
  23. In file included from d:/devkitPro/libctru/include/3ds.h:42:0,
  24. from source/main.c:5:
  25. d:/devkitPro/libctru/include/3ds/services/httpc.h:23:8: note: declared here
  26. Result httpcInit(void);
  27. ^
  28. In file included from d:/devkitPro/libctru/include/3ds.h:13:0,
  29. from source/main.c:5:
  30. source/ui/error.h:12:68: error: 'RM_APPLICATION' undeclared (first use in this function)
  31. #define R_FBI_OUT_OF_MEMORY MAKERESULT(RL_FATAL, RS_OUTOFRESOURCE, RM_APPLICATION, RD_OUT_OF_MEMORY)
  32. ^
  33. d:/devkitPro/libctru/include/3ds/result.h:23:54: note: in definition of macro 'MAKERESULT'
  34. ((((level)&0x1F)<<27) | (((summary)&0x3F)<<21) | (((module)&0xFF)<<10) | ((description)&0x3FF))
  35. ^
  36. source/main.c:88:23: note: in expansion of macro 'R_FBI_OUT_OF_MEMORY'
  37. res = R_FBI_OUT_OF_MEMORY;
  38. ^
  39. source/ui/error.h:12:68: note: each undeclared identifier is reported only once for each function it appears in
  40. #define R_FBI_OUT_OF_MEMORY MAKERESULT(RL_FATAL, RS_OUTOFRESOURCE, RM_APPLICATION, RD_OUT_OF_MEMORY)
  41. ^
  42. d:/devkitPro/libctru/include/3ds/result.h:23:54: note: in definition of macro 'MAKERESULT'
  43. ((((level)&0x1F)<<27) | (((summary)&0x3F)<<21) | (((module)&0xFF)<<10) | ((description)&0x3FF))
  44. ^
  45. source/main.c:88:23: note: in expansion of macro 'R_FBI_OUT_OF_MEMORY'
  46. res = R_FBI_OUT_OF_MEMORY;
  47. ^
  48. make: *** [build/3ds-arm/source/main.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement