Advertisement
pusma

3Damnesic compile error

Jan 17th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. cd '/home/pusma/Downloads/3Damnesic'
  2. /usr/bin/make -f Makefile
  3. shader.pica
  4. video.c
  5. arm-none-eabi-gcc -MMD -MP -MF /home/pusma/Downloads/3Damnesic/build/video.d -Wall -Os -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -O2 -I/home/pusma/Downloads/3Damnesic/include -I/opt/devkitpro/libctru/include -I/opt/devkitpro/portlibs/armv6k/include -I/opt/devkitpro/portlibs/3ds/include -I/home/pusma/Downloads/3Damnesic/build -DARM11 -D_3DS -c /home/pusma/Downloads/3Damnesic/source/video.c -o video.o
  6. In file included from /home/pusma/Downloads/3Damnesic/source/video.c:10:0:
  7. /home/pusma/Downloads/3Damnesic/include/movie.h:40:5: error: unknown type name 'Y2R_ConversionParams'
  8. Y2R_ConversionParams params;
  9. ^
  10. /opt/devkitpro/devkitARM/base_rules:84: recipe for target 'video.o' failed
  11. make[1]: *** [video.o] Error 1
  12. Makefile:132: recipe for target 'build' failed
  13. make: *** [build] Error 2
  14.  
  15. BUILD FAILED (exit value 2, total time: 212ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement