PrincetonUniversity / openpiton

The OpenPiton Platform
http://www.openpiton.org
639 stars 215 forks source link

Building Ariane+Openpiton Bitstream for Genesys2 is Failed #81

Closed Alexmojito closed 4 years ago

Alexmojito commented 4 years ago

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.

Jbalkind commented 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

Jbalkind commented 4 years ago

Other things to check:

Alexmojito commented 4 years ago

Other things to check:

  • Do you have a csh or tcsh?
  • Do you have python (both 2 & 3 if you're working from the openpiton branch, just 3 if you're working from openpiton-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.