-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[HELP] Recreating symlinks/switching directory (configure) #12940
Comments
Or maybe the problem is that the links are created absolute, in the first place?
Just noticed that some links are absolute, some relative:
Running |
Using this workaround for now:
|
Found these instrunctions on how to use CMake, it seems it would circumvent the above issue. But it doesn't work:
Further I noticed this C++ Example using CMake – but I think what I want is to create one or more apps in my project git repo and have at least one of them started automatically. Also the Are there any project templates? What are the best practises? |
Description
I'm new to NuttX and not sure where to find help. In this form it says: “Asking a question or getting help: use this form or Mailing list.” – over there it says: “[email protected] is for people who want to contribute code to NuttX.” 🤷🏼♂️
Also I was looking for a Matrix or Discord chat. Nothing...?
But now to my question; I'm assuming I have a fundamental misunderstanding regarding the configure phase, as I couldn't find anything related to my issue.
My
Make.defs
in the root (nuttx
) folder is an absolute link to the selected board. Now, what do I do when my directory layout changes? I'm working in that tree from macOS, where it is located under/Users/
, and also in a Linux devcontainer, where it is located under/workspaces/
. Edit: (I run QEMU in the container and flash to hardware under macOS.)How can I easily recreate all the symlinks to switch between the environments?
The only way I found so far was
git clean -fdx
and then runconfigure
again, otherwise I get...but that's not really sustainable.
Verification
The text was updated successfully, but these errors were encountered: