First of all thanks for this amazing guide from @AreaScout
I have a problem trying to compile reicast into the odroid XU4, I thinks is because the lastest changes in the makefile and maybe the sources code.
When I run this the instruction (after applying the patch manually, because its failed chunck 2 and 3)
Code: Select all
platform=odroid ARCH=arm make -j7
Code: Select all
gcc -marm -mfloat-abi=hard -DNO_ASM -DARM_ASM -frename-registers -ftree-vectorize -mcpu=cortex-a15 -mtune=cortex-a15.cortex-a7 -mfpu=neon-vfpv4 -mvectorize-with-neon-quad -c -frename-registers -fno-strict-aliasing -ffast-math -ftree-vectorize -mfloat-abi=hard -marm -mfloat-abi=hard -DNO_ASM -DARM_ASM -frename-registers -ftree-vectorize -mcpu=cortex-a15 -mtune=cortex-a15.cortex-a7 -mfpu=neon-vfpv4 -mvectorize-with-neon-quad -DARM_HARDFP -DHOST_CPU=0x20000002 -fopenmp -D__LIBRETRO__ -DNO_VERIFY -fno-builtin-sqrtf -DNO_MMU -DNDEBUG -flto -DRELEASE -funroll-loops -DHAVE_TEXUPSCALE -DHAVE_OPENGLES -DHAVE_OPENGLES2 -DTARGET_NO_JIT -DFLAC__HAS_OGG=0 -FLAC__NO_DLL -DHAVE_LROUND -DHAVE_STDINT_H -DHAVE_STDLIB_H -DHAVE_SYS_PARAM_H -D_7ZIP_ST -DUSE_FLAC -DUSE_LZMA -O3 -c -fno-strict-aliasing -ffast-math -I./core/libretro -I./core/ -I./core/deps -I./core/deps/picotcp/include -I./core/deps/picotcp/modules -I./core/libretro-common/include -I./core/deps/flac/include core/rec-ARM/ngen_arm.S -o core/rec-ARM/ngen_arm.o
and it wont continue, it does not give an error neither a warning, its just sit there doing nothing

Please any help guys?, and thank you very munch for everthing, this guide is awesome

Kind regards.