Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_nerves-tmp build directory isn't created under env/target dir #576

Closed
fhunleth opened this issue Dec 24, 2020 · 0 comments · Fixed by nerves-project/nerves_system_br#674

Comments

@fhunleth
Copy link
Member

It's created directly under _build. I'm pretty sure that this is a really old piece of code that wasn't updated to move the directory to under <targetname>_<env>. The effect of this is that you can't open two terminal windows for the same project, but with different targets/environments and build them simultaneously.

jjcarstens added a commit to nerves-project/nerves_system_br that referenced this issue Sep 19, 2022
Fixes nerves-project/nerves#576

Allows us to place temporary items in the specific build path rather than
in `_build` root.
jjcarstens added a commit that referenced this issue Sep 19, 2022
For #576

This allows us to use the build path for the specific target/env when
compiling the firmware. Requires nerves-project/nerves_system_br#674
fhunleth pushed a commit to nerves-project/nerves_system_br that referenced this issue Oct 14, 2022
Fixes nerves-project/nerves#576

Allows us to place temporary items in the specific build path rather than
in `_build` root.
jjcarstens added a commit that referenced this issue Jan 28, 2023
For #576

This allows us to use the build path for the specific target/env when
compiling the firmware. Requires nerves-project/nerves_system_br#674
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant