Issue with Build-Wrapper

Hi,

Need help on static code analysis (C/C+± project) using SonarQube.

As part of setup and process, we run the SonarQube successfully and trying to build the build wrapper using below command for the project.

build-wrapper-linux-x86-64 --out-dir /home/builds/build_output make clean all

we are getting the below error where the path and files are present at specified location and had all the required permissions.
The following baselines are not available in the current build configuration:

TNS_LTE = /app/space/builds/lte/lte-1.3.0.1

Make certain that the baselines have been built for this platform and
build customization.

Distribution: CentOS-7-x86_64
OS Version: Linux-3.10-x86_64
Build customization:

Run “make show-config” to see the entire build configuration.

Please help us to pass this error
Attaching the build-wraper.logbuild-wrapper.log (31.0 KB) file

Thanks in Advance.

Hello,

Can you confirm that your build command works without the build-wrapper? I.e. executing make clean all succeeds?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.