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

make uclibc fails #1563

Closed
TommyMurphyTM1234 opened this issue Oct 7, 2024 · 2 comments
Closed

make uclibc fails #1563

TommyMurphyTM1234 opened this issue Oct 7, 2024 · 2 comments

Comments

@TommyMurphyTM1234
Copy link
Collaborator

See here for details:

@TommyMurphyTM1234
Copy link
Collaborator Author

Oh - looks like uClibc-ng may need a bump (to the latest 1.0.50 release?) to address this.

git clone https://github.com/riscv-collab/riscv-gnu-toolchain
cd riscv-gnu-toolchain
git clone --recursive https://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git uclibc-ng-upstream
cd uclibc-ng-upstream
# https://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/tag/?h=v1.0.50
git checkout 4b248c45fbf965f218f1b16c13afd057050d14ac
cd ..
./configure --prefix=`pwd`/installed-tools --with-uclibc-src=`pwd`/uclibc-ng-upstream
make uclibc 2>&1 | tee build.log
# Build completes successfully

I'll prepare a PR for this.

@TommyMurphyTM1234
Copy link
Collaborator Author

Addressed in this PR:

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

1 participant