Reisyukaku/ReiNand

Having trouble compiling

sykhro opened this issue · 0 comments

This is the ouput I get:
arm-none-eabi-gcc -Wall -Wextra -MMD -MP -marm -mlittle-endian -mcpu=arm946e-s -march=armv5te -fno-builtin -fshort-wchar -std=c11 -Wno-main -O2 -c -mthumb -mthumb-interwork -Wno-unused-function -o build/fatfs/sdmmc/sdmmc.o source/fatfs/sdmmc/sdmmc.c In file included from /usr/include/newlib/dirent.h:6:0, from source/fatfs/sdmmc/sdmmc.c:32: /usr/include/newlib/sys/dirent.h:10:2: error: #error "<dirent.h> not supported" #error "<dirent.h> not supported" ^ Makefile:101: recipe for target 'build/fatfs/sdmmc/sdmmc.o' failed make: *** [build/fatfs/sdmmc/sdmmc.o] Error 1

Currently trying on Debian, I get the same error on Windows.
armips are added to my path (in msys/bin/)