Closed Alexmojito closed 4 years ago
It's been a while since I last saw a configsrch error so I'm trying to think through the usual causes. Perhaps we can go back and forth a little just to make sure we identify the root cause to better document for future.
Firstly, does running mktools
help? I think that should rebuild configsrch
Other things to check:
csh
or tcsh
?openpiton
branch, just 3 if you're working from openpiton-dev
)?Other things to check:
- Do you have a
csh
ortcsh
?- Do you have python (both 2 & 3 if you're working from the
openpiton
branch, just 3 if you're working fromopenpiton-dev
)?- Do you have the packages listed in ariane_setup.sh (or equivalents for your distro)?
thanks,after the packages listed in ariane_setup.sh was installed, and the problem was sovled.
I followed the README, that is: Setting PITON_ROOT Ran source $PITON_ROOT/piton/piton_settings.bash cd $PITON_ROOT/ source piton/ariane_setup.sh piton/ariane_build_tools.sh
when I run protosyn -b genesys2 -d system --core=ariane --uart-dmw ddr which crashes with the following output: protosyn -> .local_tool_wrapper: configsrch returned error code 126 Exiting ... What caused it and how to debug, if anyone has an idea, I would appreciate your help.