
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Foritfy: problem to with touchless build
In user guide, it points ourt two way to integraton a C/C++ project. One of them is like this
sourceanalyzer -b my_build_id touchless build_command
In my case this build_command is just make.
After run this command it does record any files,
sourceanalyzer -b my_build_id -show-files
compains no "my_build_id"
sourceanalyzer -b my_build_id -scan -f file.fpr
complains no input files.
I looked in log file, it does not really show anything meanful to me.
Any suggestions?
Thanks,
Max

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Just did a little experiement. It appears that the problem occured for CMAKE build.
I made a simple one file project. One I hand crafted a makefile. The translate/scan worked for the touchless build.
For the same file, I change it to use CMAKE instead of make. This time,
sourceananlyzer -b test touchless make
builds executble, but there is no files picked by sourceanalyzer.
Max

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
So did anyone find the way to invoke fortify with CMake? I am in the same situation and tried many approached but all failed.