Anyone managed to get Coverity to accept your project? When running cov-build all I get is:
Code: Select all
[WARNING] No files were emitted. This may be due to a problem with your configuration
I ran Coverity as follows:
Code: Select all
make clean
cov-configure --compiler /home/permal/esp/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc --gcc
cov-build --dir cov-int make -j8