xictools icon indicating copy to clipboard operation
xictools copied to clipboard

def.tab.h, def.tab.cpp, defrReader.hpp not found

Open MrHighVoltage opened this issue 7 months ago • 1 comments

Hi everyone!

I'm trying to integrate the XicTools into the https://github.com/iic-jku/IIC-OSIC-TOOLS container.

During the first test-builds, I came across build-errors that originated from def.tab.h and def.tab.cpp, here are some excerpts from the logs:

defrSettings.cpp:30:10: fatal error: def.tab.h: No such file or directory                                                                                                                                          
   30 | #include "def.tab.h"

This error happens for multiple files.

Also, there is a problem for moving named file(s):

make[5]: Leaving directory '/tmp/xictools/mrouter/def/defdiff'                                                                                                                  
mv def.tab.c def.tab.cpp ;                                                                                                                                                        
mv def.tab.c def.tab.cpp ;                                                                                                                                                  
mv: cannot stat 'def.tab.c': No such file or directory                                                                                                                       
make[4]: *** [Makefile:88: def.tab.cpp] Error 1 

Finally, also another header file can't be found:

make[4]: Leaving directory '/tmp/xictools/mrouter/def/defrw'                                                                                                                
defrw.cpp:37:10: fatal error: defrReader.hpp: No such file or directory                                                                                                      
   37 | #include "defrReader.hpp" 

Also this problem comes up for multiple files.

For the sake of completeness, I'm building in Ubuntu 24.04 LTS, with the command make -j144 all.

Thanks and best regards, Georg

MrHighVoltage avatar May 27 '25 13:05 MrHighVoltage