Hello I’m setting up a Compiler Explorer instance for my lab with Leon3 toolchain support.
I’ve only added RCC but I’ll add more compiler ASAP, it’s available here I’m happy if anyone find this useful.
To run it locally:
# get the sources
git clone https://github.com/LaboratoryOfPlasmaPhysics/LPP_compiler_explorer
cd LPP_compiler_explorer
# build docker image:
docker build -t my_compiler_explorer .
# then start it:
docker run -it -p10240:10240 my_compiler_explorer
CE should be available on you browser at http://localhost:10240
Example: