For all of our other embedded software, Make is used to build the projects. However due to Microvision not using Make, I have yet to figure out how to incorporate Fortify Scanning.
If anyone is familiar with this processes and what is required to Fortify Scan a Microvision project, id be appreciative.
Thanks.
You mean this: software.microfocus.com/.../sca ?
Exactly, traditionally I replace my makefile gcc calls with there sourceanalyzer gcc calls, which incorporates the fortify scan into the build process.
However I'm less familiar with the build process done via MicroVision. My current plans are to bypass microvision all together and try to configure a command line build using the C51 compiler directly, this is bound to be very troublesome and error prone.