Skip to content

Builds a Docker image running Compiler Explorer with SPARC compilers

Notifications You must be signed in to change notification settings

thalionath/compiler-explorer-sparc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Compiler Explorer SPARC

Builds a Docker image running awesome Compiler Explorer with several SPARC C++ compilers.

Compilers

  • Cobham Gaisler bcc-v2.0.1 (gcc 4.9.4)
  • Cobham Gaisler bcc-v2.0.1 (clang 4.0.0)
  • gcc 4.9.4 (sparc-leon-linux-gnu with -mfix-b2bst patch)
  • gcc 7.3.0 (sparc-unknown-elf)

The BCC cross compilers are downloaded from Cobham Gaisler. Others are built using crosstool-ng.

Build the image

Building the image will take a while. Take a look at the Dockerfile to see whats going on.

docker build -t ce-sparc https://github.com/thalionath/compiler-explorer-sparc.git

Run container

Run interactive container and map your machine’s port 80 to the container’s published port 10240 using -p:

docker run -it -p 80:10240 ce-sparc

About

Builds a Docker image running Compiler Explorer with SPARC compilers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published