Re: [hatari-devel] Big update to cpu emulation pushed to main repo

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Le 22/02/2020 à 20:51, Matthias Arndt a écrit :
Hello all,

I am not sure if this is related. I just tried to compile the most
current source tree, i did "git pull" around 20:05 German time.

This is what I get here:

[ 14%] Building C object src/cpu/CMakeFiles/UaeCpu.dir/cpummu030.c.o
/home/marndt/Projects/external/hatari/src/cpu/cpummu030.c:45:10: fatal
error: cputbl.h: Datei oder Verzeichnis nicht gefunden #include
"cputbl.h" ^~~~~~~~~~
compilation terminated.
src/cpu/CMakeFiles/UaeCpu.dir/build.make:548: recipe for target
'src/cpu/CMakeFiles/UaeCpu.dir/cpummu030.c.o' failed make[2]: ***
[src/cpu/CMakeFiles/UaeCpu.dir/cpummu030.c.o] Error 1
CMakeFiles/Makefile2:502: recipe for target
'src/cpu/CMakeFiles/UaeCpu.dir/all' failed make[1]: ***
[src/cpu/CMakeFiles/UaeCpu.dir/all] Error 2 Makefile:140: recipe for
target 'all' failed make: *** [all] Error 2



Hi

this is strange, "cputbl.h" exists since a long time and it is already included in cpuemu_xx.c files (cputbl.h is auto generated by gencpu).

The include was just added into cpummu030.c, but as it's the same path as in cpuemu_xx.c, it should work.

Did you try a "make clean" before runnning "./configure" ?

Nicolas





Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/