adhuliya / ajit-toolchain

Toolchains for AJIT Processor IIT Bombay
8 stars 4 forks source link

Error creating tools #3

Closed VishnuEaswaran closed 3 years ago

VishnuEaswaran commented 4 years ago

Running scons in the tools directory fails. Error message hints missing AHIR_RELEASE env variable. Looking further, noticed it being used in the exports.sh script, but not defined anywhere.

possible issue: missing AHIR source

log file

adhuliya commented 4 years ago

Yes. I had a similar discussion with Prof. Madhav, as I faced a similar issue while compiling ajit_C_system_model. I have a copy of Ahir build and its sources now. I will test and push it into the project. Let me know if you face any error then.

adhuliya commented 3 years ago

commit 468af9e in branch marshal has a folder ahir_release now. (not yet tested though)

adhuliya commented 3 years ago

Refer marshal branch to see how to compile the ajit tools successfully.