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

PATH Variables in µVision for includes

Hi everyone,

at the moment I'm setting up a µVision Project for a working Firmware. Building my Firmware with Makefile is already working.

I have an OS in a different directory and I already set a Environment Variable to this.

For example RTOS_PATH=C:\path\to\rtos

When I configure my Project I need to set several Paths for Headerfiles (C and ASM,etc). Is it possible to write in the PATH Variable and the rest of the path following?

If so, how is the Syntax? %RTOS_PATH% or $RTOS_PATH or anything else?

Kind regards
Thanks!

Andreas