Skip to content

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

Description

@MrHighVoltage

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions