Upcoming maintenance
Dear Customers and Partners.
This website will be undergoing scheduled maintenance on June 14, 2023. Please be aware there may be disruption to the developer portal website and associated services during the scheduled maintenance period.
This upgrade is essential to ensure the continued performance, reliability, and security of Developer World.
We apologize for any inconvenience.
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. -