harvard-acc / ALADDIN

A pre-RTL, power-performance model for fixed-function accelerators
Other
161 stars 54 forks source link

bash: $../ALADDIN_HOME/common/aladdin: No such file or directory #24

Closed lhanzhang123 closed 4 years ago

lhanzhang123 commented 4 years ago

I’m trying to build that framework , Q1 : I downloaded the docker image of gem5-aladdin , this error occurs on After setting the environment variables: cd $ALADDIN_HOME/common make Cmd show that /usr/bin/ld: cannot find -lboost_regex collect2: error: ld returned 1 exit status Makefile:86: recipe for target 'aladdin' failed make: *** [aladdin] Error 1

Q2 : I can’t find this file when i execute this command : $ALADDIN_HOME/common/aladdin triad ../dynamic_trace.gz config_example,That occurs on step 4. Run Aladdin .
Cmd show that bash: $../ALADDIN_HOME/common/aladdin: No such file or directory

Hope u can answer my question .

Thank you !

ochapeau commented 4 years ago

Hi, I have the same issue as your Q1. How did you solved it ? Thanks !

lhanzhang123 commented 4 years ago

u can try "sudo apt-get install libboost-regex-dev" this command

ochapeau commented 4 years ago

Thanks for your quick answer !