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

docs don't mention compiling and installing musl #35

Closed
JosseVanDelm opened this issue Aug 15, 2023 · 2 comments
Closed

docs don't mention compiling and installing musl #35

JosseVanDelm opened this issue Aug 15, 2023 · 2 comments

Comments

@JosseVanDelm
Copy link
Contributor

Hi, I really like the documentation for this project.

However, the documentation does not seem to mention the "Build MUSL dependency" step which is executed in the CI:

      - name: Build MUSL dependency
        run: |
          cd sw/deps
          mkdir install
          cd musl
          CC=$LLVM_BINROOT/clang ./configure --disable-shared \
          --prefix=../install/ --enable-wrapper=all \
          CFLAGS="-mcpu=snitch -menable-experimental-extensions"
          make -j4
          make install
          cd ../../../
      - name: Build Software
        run: |
          make -C target/snitch_cluster sw
@colluca
Copy link
Collaborator

colluca commented Aug 17, 2023

Hi Josse,
Thanks for your feedback!
We are currently in the process of updating our musl implementation, after which no manual installation steps will be required.

@colluca colluca closed this as completed Aug 17, 2023
@colluca
Copy link
Collaborator

colluca commented Aug 21, 2023

#26 was recently merged to main and addresses this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants