n64dev / cen64

Cycle-Accurate Nintendo 64 Emulator
BSD 3-Clause "New" or "Revised" License
803 stars 70 forks source link

tlb.h missing for ARM build #77

Open knuxyl opened 7 years ago

knuxyl commented 7 years ago

mkdir build cd build cmake ../ make

from /home/linaro/Desktop/cen64/ai/controller.c:18:
/home/linaro/Desktop/cen64/vr4300/cp0.h:14:21: fatal error: tlb/tlb.h: No such file or directory
 #include "tlb/tlb.h"

I checked, and arch/arm/tlb folder and files are missing

tj90241 commented 7 years ago

I haven't tried the ARM build in eons. It doesn't have most of the RSP opcodes implemented, either.