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

Build, Compile errors and package download file was missing... #262

Open
wayneburlingame opened this issue Aug 9, 2022 · 2 comments
Open

Comments

@wayneburlingame
Copy link

Hello sir,
I found your project and it seemed very interesting to me, though not a coder, the linux kernal and OS build process is really interesting.
I would like to complete the project...

From your website, it did not have the new "Config File", so I think I made it to step 2-3 and then had issues.
But I looked on github and redownloaded the full package and started build steps.

Then, when I got to the busybox make/build it failed. There are several online articles about issue.. with glibc , I think.

I did try changing the package download URLS to different versions, from older versions/newer versions and starting all over through steps, but it still failed at same step with busybox.
Not sure how to fix it so I thought I would submit an issue, although it might be user error code ID10T, not sure. :)

@ivandavidov
Copy link
Owner

The build process works fine on a host machine with Ubuntu 22.04. If you use a host machine with another OS (e.g. Ubuntu 20.04) you have to downgrade both GLIBC and Busybox but I don't remember which combination of versions used to work. You can try the versions that were most up-to-date at the beginning of the last year.

@CatoPaus
Copy link

GLIBC_SOURCE_URL=https://ftp.gnu.org/gnu/glibc/glibc-2.33.tar.bz2
BUSYBOX_SOURCE_URL=https://busybox.net/downloads/busybox-1.32.1.tar.bz2

Works on Ubuntu 20.04.4 LTS

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

3 participants