Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add autonomous Docker for compilation/simulation #2

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jun 26, 2024

  1. Add picolibc (packaged e.g. under Debian distros with the RISC-V tool…

    …chain)
    
    compatibility in the compilation toolchain.
    The commit also adds "printf" possible usage using picolibc.
    rben-dev committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    284ddbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28b7374 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dfc492 View commit details
    Browse the repository at this point in the history
  4. Add autonomous Dockerfile based on Ubuntu for simulation and profilin…

    …g. To launch:
    
    $ make -f Makefile.docker
    rben-dev committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    36b4c96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e1a1ae View commit details
    Browse the repository at this point in the history