I have successfully built all the necessary software for using LynSyn. When I try to use the Analysis utility (analysis_tool) to build a CFG, starting from a SDx project that makes use of sds_utils.h, the CFG creation fails, and the "bin generation too".
The console error is reported in the following:
/usr/bin/clang++-5.0 -I/home/sohrabi/Desktop/TULIPP/sdx_projects/tulipp_board_UG1236/tulipp_board_example/src -I"../src" -I../libs/sds_utils -I /opt/Xilinx/SDx/2017.4/target/aarch32-none/include -I /opt/Xilinx/Vivado/2017.4/include -I /opt/Xilinx/SDK/2017.4/gnu/aarch32/lin/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/6.2.1/../../../../arm-none-eabi/include/c++/6.2.1 -I /opt/Xilinx/SDK/2017.4/gnu/aarch32/lin/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/6.2.1/../../../../arm-none-eabi/include/c++/6.2.1/arm-none-eabi/v7-a/fpv3/hard -I /opt/Xilinx/SDK/2017.4/gnu/aarch32/lin/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/6.2.1/../../../../arm-none-eabi/include/c++/6.2.1/backward -I /opt/Xilinx/SDK/2017.4/gnu/aarch32/lin/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/6.2.1/include -I /opt/Xilinx/SDK/2017.4/gnu/aarch32/lin/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/6.2.1/include-fixed -I /opt/Xilinx/SDK/2017.4/gnu/aarch32/lin/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/6.2.1/../../../../arm-none-eabi/include -I /opt/Xilinx/SDK/2017.4/gnu/aarch32/lin/gcc-arm-none-eabi/bin/../arm-none-eabi/libc/usr/include -Os -target armv7a--none-gnueabi -mcpu=cortex-a9 -mfloat-abi=hard -g -emit-llvm -S /home/sohrabi/Desktop/TULIPP/sdx_projects/tulipp_board_UG1236/tulipp_board_example/src/main.cpp
/home/sohrabi/Desktop/TULIPP/sdx_projects/tulipp_board_UG1236/tulipp_board_example/src/main.cpp:38:10: fatal error: 'sds_utils.h' file not found
The path where the header is, is included (it is the -I../libs/sds_utils).
Is it a known issue?
Thanks,
Giacomo