This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to Incorporate Fortify Scanning

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.

Parents
  • 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.

Reply
  • 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.

Children
No data