[alarm@alarmpi4 hatari]$ make V=1
[ 3%] Built target Floppy
[ 5%] Built target build68k
[ 8%] Built target gencpu
[ 8%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/disasm.c.o
In file included from /home/alarm/hatari/src/cpu/disasm.c:7:
/home/alarm/hatari/src/cpu/memory.h:513:39: error: unknown type name ‘Uint32’; did you mean ‘uint’?
extern void memory_map_Standard_RAM ( Uint32 MMU_Bank0_Size , Uint32 MMU_Bank1_Size );
^~~~~~
uint
/home/alarm/hatari/src/cpu/memory.h:513:63: error: unknown type name ‘Uint32’; did you mean ‘uint’?
extern void memory_map_Standard_RAM ( Uint32 MMU_Bank0_Size , Uint32 MMU_Bank1_Size );
^~~~~~
uint
make[2]: *** [src/cpu/CMakeFiles/UaeCpu.dir/build.make:377: src/cpu/CMakeFiles/UaeCpu.dir/disasm.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:448: src/cpu/CMakeFiles/UaeCpu.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
On x86_64 it does not appear to be a problem.