POETSII / Orchestrator

The Orchestrator is the configuration and run-time management system for POETS platforms.
1 stars 1 forks source link

Orchestrate throws Quartus errors when starting #32

Closed heliosfa closed 5 years ago

heliosfa commented 5 years ago

When executing the orchestrate script, several errors are thrown by the setup-quartus17v0 script.

coleridge:~/Orchestrator$ ./orchestrate.sh

**  /usr/groups/ecad  Setup  **

Using Quartus version 17.0 from filename /local/ecad/setup-quartus17v0.bash
ERROR adding path /local/ecad/altera/17.0/quartus/bin - already exists
ERROR adding path /local/ecad/altera/17.0/quartus/sopc_builder/bin - already exists
ERROR adding path /local/ecad/altera/17.0/nios2eds/bin - already exists
ERROR adding path /local/ecad/altera/17.0/nios2eds/bin/gnu/H-x86_64-pc-linux-gnu/bin - already exists
ERROR adding path /local/ecad/altera/17.0/nios2eds/sdk2/bin - already exists
Quartus: /local/ecad/altera/17.0/quartus
ERROR adding path /local/ecad/bluespec/current/bin - already exists
ERROR adding path /local/ecad/bluespec/scripts - directory does not exist
current

Setup done.

Attach debugger to Root process 0 (0).....
heliosfa commented 5 years ago

Recent changes seem to have reduced the number of ERRORs to one:

gmb@heaney:~/Orchestrator$ ./orchestrate.sh

**  /usr/groups/ecad  Setup  **

Using Quartus version 17.0 from filename /local/ecad/setup-quartus17v0.bash
Quartus: /local/ecad/altera/17.0/quartus
LC_CTYPE not set - setting to  en_US.UTF-8
LANGUAGE not set - setting to  en_US.UTF-8
ERROR adding path /local/ecad/bluespec/scripts - directory does not exist
current

Setup done.
mn416 commented 5 years ago

Thanks for reporting this. I just updated the script on each machine to be quieter. Let me know if isn't working for you.

heliosfa commented 5 years ago

Thanks Matt, looks like your tweaks have fully silenced it!