-
Notifications
You must be signed in to change notification settings - Fork 106
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
Issues configuring or building an example with pre-compiled docker image #132
Comments
It appears that the following: git submodule foreach git checkout master updates the submodules: modified externals/nnablart/nnabla-c-runtime
@@ -1 +1 @@
-Subproject commit c58c11ddd182e8ed04eb931bbf2a82f190874c9d
+Subproject commit 57dd88dde097a51cd1864810814afc31eef9de5a
modified nuttx
@@ -1 +1 @@
-Subproject commit 7686b71a7cfe17bf8f3fb1be7749594278b0c808
+Subproject commit f28c114ccdd5c58b2a372634d71440c676bd2fae reverting the above changes seems to give better results (and 'fix' the problem) |
Hi @rajames Does this mean the problem has been resolved and we can close this issue? |
Hi @kamtom480 the problem is not resolved since following the README instructions I get the above described issue. |
Hi, in which way this git issue is related with |
@fxmarty Sorry, I'm not familiar with issue related with |
@fxmarty This issue should not be related to |
Sorry to pollute this issue then, I will post this single message. Yes, spresense SDK's The actual root problem is the following, when executing
I wonder why in my case this Kconfig file is missing. I found a manual solution which at least does not show errors, which is to delete After deleting such files, |
@fxmarty Could you please send me step by step what you do from the moment the repository is cloned until an error occurs? What OS are you using? |
Description of the issue:
When using the prebuilt docker image I'm unable to configure and/or build the
hello
example after following instructions in README.How to reproduce:
Then using the docker image:
Followed by:
Describe your hardware setup:
Software version used:
On master (commit:
6cb78083
)The text was updated successfully, but these errors were encountered: