Advertisement
skiilaa

FBI fasthax make fail 2

Jan 2nd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 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. build/3ds-arm/source/core/clipboard.o
  5. build/3ds-arm/source/core/linkedlist.o
  6. build/3ds-arm/source/core/screen.o
  7. source/core/screen.c: In function 'screen_init':
  8. source/core/screen.c:143:5: error: too many arguments to function 'Mtx_OrthoTilt'
  9. Mtx_OrthoTilt(&projection_top, 0.0, 400.0, 240.0, 0.0, 0.0, 1.0, true);
  10. ^
  11. In file included from d:/devkitPro/libctru/include/citro3d.h:12:0,
  12. from source/core/screen.c:7:
  13. d:/devkitPro/libctru/include/c3d/maths.h:72:6: note: declared here
  14. void Mtx_OrthoTilt(C3D_Mtx* mtx, float left, float right, float bottom, float top, float near, float far);
  15. ^
  16. source/core/screen.c:144:5: error: too many arguments to function 'Mtx_OrthoTilt'
  17. Mtx_OrthoTilt(&projection_bottom, 0.0, 320.0, 240.0, 0.0, 0.0, 1.0, true);
  18. ^
  19. In file included from d:/devkitPro/libctru/include/citro3d.h:12:0,
  20. from source/core/screen.c:7:
  21. d:/devkitPro/libctru/include/c3d/maths.h:72:6: note: declared here
  22. void Mtx_OrthoTilt(C3D_Mtx* mtx, float left, float right, float bottom, float top, float near, float far);
  23. ^
  24. source/core/screen.c: In function 'screen_load_texture':
  25. source/core/screen.c:361:5: warning: implicit declaration of function 'C3D_SafeDisplayTransfer' [-Wimplicit-function-declaration]
  26. C3D_SafeDisplayTransfer((u32*) pow2Tex, GX_BUFFER_DIM(pow2Width, pow2Height), (u32*) textures[id].tex.data, GX_BUFFER_DIM(pow2Width, pow2Height), GX_TRANSFER_FLIP_VERT(1) | GX_TRANSFER_OUT_TILED(1) | GX_TRANSFER_RAW_COPY(0) | GX_TRANSFER_IN_FORMAT((u32) gpuToGxFormat[format]) | GX_TRANSFER_OUT_FORMAT((u32) gpuToGxFormat[format]) | GX_TRANSFER_SCALING(GX_TRANSFER_SCALE_NO));
  27. ^
  28. make: *** [build/3ds-arm/source/core/screen.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement