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

invoking third party compilers

Can anyone point me to memos on configuring the UV2 build process to invoke a third party [yacc(1) style] tool.

Hopefully the solution one that fits into the dependency support. Otherwise, support for pre-build commands will suffice.

Parents
  • "Hopefully the solution one that fits into the dependency support."

    Unless uVision-3 is different, no it doesn't. :-(

    You would need to use uVision's "Custom Translator" support - and that has no dependency support at all. :-(

    That's because it only lets you specify the translator command line - there is no way to specify dependencies. :-(

Reply
  • "Hopefully the solution one that fits into the dependency support."

    Unless uVision-3 is different, no it doesn't. :-(

    You would need to use uVision's "Custom Translator" support - and that has no dependency support at all. :-(

    That's because it only lets you specify the translator command line - there is no way to specify dependencies. :-(

Children