Solved Spresense SDK config error
-
Hi,
I occasionally see this error when trying to initialize SDK configuration during setting up
tools/config.py examples/hello
or anyexample
files/bin/sh: 1: kconfig-conf: not found make[1]: *** [olddefconfig] Error 127 make: *** [olddefconfig] Error 2 Post process failed. 512 Try 'make distclean' first.
So far what seems to be working is that I've to delete all the files and setup from line 1. What could be the source of error and soultion?
-
Hi @matben-0
It looks like you don't have Spresense tools activated.
Run this command to activate tools:
source ~/spresenseenv/setup
This command you must run in every terminal window. If you want to skip this step, please add this command in your
${HOME}/.bashrc
.Best Regards,
Kamil Tomaszewski -
Hi @kamiltomaszewski,
Thank you, it worked,made my day. -