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:
$ git clone --recursive https://github.com/sonydevworld/spresense.git
$ git submodule foreach git checkout master
Then using the docker image:
$ source spresense_env.sh
This script has to be sourced.
. ./spresense_env.sh or source spresense_env.sh
Using default tag: latest
latest: Pulling from devworldsony/spresense-sdk-env
Digest: sha256:3a2f02cf9e0a1063585db66ddca43d5633dd65545ea9d00dd88983de39ca24d6
Status: Image is up to date for devworldsony/spresense-sdk-env:latest
docker.io/devworldsony/spresense-sdk-env:latest
After this script executed successfully:
Usage: spresense [command]
This will run command in the Spresense SDK docker environment.
Followed by:
SpresenseSDK:$ spresense sh -c "cd /spresense/sdk && tools/config.py examples/hello"
make[1]: *** [include/arch/board] Error 1
make: *** [olddefconfig] Error 2
Post process failed. 512
Try 'make distclean' first.
Describe your hardware setup:
Software version used:
On master (commit: 6cb78083)
Description of the issue:
When using the prebuilt docker image I'm unable to configure and/or build the
helloexample 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)