Export - destination dir should no be root of the project?
See original GitHub issueThis causes an issues, if project is exported to 2 various toolchains.
How to reproduce
# dir
/project
# export
neo export -t target -i IDE
# the exported project is in the root , for instance ./Makefile is here
# make will create build directory
make
# export to another toolchain
neo export -t target -i IDE2
# build now the project for different IDE
# this build can fail
A proposal can be that export dir is not root, could be a directory. And for each IDE, there should be separate directory, so they don’t build into one folder.
The exported dir could look like:
exported/Makefile/
exported/uvision/
exported/iar/
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Python - Get path of root project structure - Stack Overflow
Consider the following directory structure where all files except README.md and utils.py ... imports must be relative, # not from the root of...
Read more >How to import files from outside of root directory with React ...
A simple solution could be to create a symlink inside the root directory but metro bundler doesn't support symlink. So we're going to...
Read more >Configuring Project Structure | PyCharm Documentation
Within a content root, PyCharm can distinguish between the folders that contain source code, and the ones to be ignored while searching, parsing,...
Read more >Change the build output directory - Visual Studio (Windows)
Type in the path to generate output to (absolute or relative to the root project directory), or choose Browse to browse to that...
Read more >RStudio Projects and Working Directories: A Beginner's Guide
When your RStudio session is running through the project file (.Rproj), the current working directory points to the root folder where that ....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Given that we do:
It is not unreasonable to expect that every developer in mbed-os will need convenient support for both multiple toolchains and multiple targets.
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
Please close this issue when your PR is accepted.