LuigiGiuffrida98 / x-heep-docker

This repository contains the dockerfile to build the X-HEEP docker
0 stars 1 forks source link

Some bash commands not found when working inside the container #3

Open lorecapob opened 1 week ago

lorecapob commented 1 week ago

I followed the installation guide reported here https://x-heep.readthedocs.io/en/latest/How_to/GettingStarted.html (Docker Setup section) and configured the docker image to mount the X-HEEP repo folder inside the container, but it seems that some bash commands are not recognized. For example, running the "make clean-all" command:

immagine

I think their executables are missing in the /bin folder, even if the last commit shows that some utilities have been added to the dockerfile.

immagine

All the other tools (gcc, clang, verilator ecc) work fine.

LuigiGiuffrida98 commented 1 week ago

Thank you for your feedback, please, refer to the updated version of the docker image available at https://github.com/orgs/vlsi-lab/packages/container/package/x-heep-toolchain

lorecapob commented 1 week ago

The updated version seems ok, thank you