ZEPHYR_BASE environment variableIs setup #gettingstartedguide
miem@...
I added the ZEPHYR_BASE in environmental variable and it works now. Thanks.
|
|
Carles Cufi
Hi there,
I did tell you yesterday how to do that.
Now ZEPHYR_BASE will be set automatically every time you open a command window.
Carles
From: devel@... <devel@...>
On Behalf Of miem@...
Sent: 13 July 2018 09:41 To: devel@... Subject: Re: [Zephyr-devel] ZEPHYR_BASE environment variableIs setup #gettingstartedguide
Yes,
|
|
miem@...
Yes,
I am running on windows. and I set the ZEPHYR_TOOLCHAIN_VARIANT and GCCARMEMB_TOOLCHAIN_PATH in zephyrrc.cmd but I have to run zephyrrc.cmd and zephyr-env.cmd every time I am running a new command window session. Is it any way to save them as environmental variables and don't run zephyrrc.cmd and zephyr-env.cmd everytime?
|
|
Maureen Helm
In Windows you can run zephyr-env.cmd to set ZEPHYR_BASE. It also has a hook to invoke your own zephyrrc.cmd which is handy for setting ZEPHYR_TOOLCHAIN_VARIANT and GCCARMEMB_TOOLCHAIN_PATH.
From: devel@... [mailto:devel@...]
On Behalf Of Cufi, Carles
Sent: Thursday, July 12, 2018 10:28 AM To: miem@...; devel@... Subject: Re: [Zephyr-devel] ZEPHYR_BASE environment variableIs setup #gettingstartedguide
I assume you are on Windows from what you say.
If you have a single copy of the repo on your disk you can add ZEPHYR_BASE as a permanent environment variable. I recommend https://www.rapidee.com/en/about to do that.
Windows doesn’t have the equivalent of ~/.bashrc AFAIK.
Hi,
|
|
Carles Cufi
I assume you are on Windows from what you say.
If you have a single copy of the repo on your disk you can add ZEPHYR_BASE as a permanent environment variable. I recommend https://www.rapidee.com/en/about to do that.
Windows doesn’t have the equivalent of ~/.bashrc AFAIK.
From: devel@... <devel@...>
On Behalf Of miem@...
Sent: 12 July 2018 16:12 To: devel@... Subject: [Zephyr-devel] ZEPHYR_BASE environment variableIs setup #gettingstartedguide
Hi,
|
|
miem@...
Hi,
I have to set the the ZEPHYR_BASE environment variableIs every time I creat a new command window session to compile a project. Is there any way to save the ZEPHYR_BASE environment variableIs in windows setup and have it worked for all sessions? Regards, Miem
|
|