Hm, it seems like Woof-CE is broken.
I have the devx loaded and gcc is in /usr/bin.
Code: Select all
root# which gcc
/usr/bin/gcc
root#
Though, after downloading busybox at ./3builddistro it complains about gcc not found. So, compiling busybox is not possible and the build interrupts unfinished.
Code: Select all
Downloading busybox
--2021-03-26 09:40:18-- https://busybox.net/downloads/busybox-1.32.1.tar.bz2
Resolving busybox.net (busybox.net)... 140.211.167.122
Connecting to busybox.net (busybox.net)|140.211.167.122|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2444679 (2.3M) [application/x-bzip2]
Saving to: 'busybox-1.32.1.tar.bz2'
busybox-1.32.1.tar. 100%[===================>] 2.33M 506KB/s in 5.2s
2021-03-26 09:40:24 (456 KB/s) - 'busybox-1.32.1.tar.bz2' saved [2444679/2444679]
--2021-03-26 09:40:24-- https://raw.githubusercontent.com/puppylinux-woof-CE/initrd_progs/master/pkg/busybox_static/patches/busybox-guess_fstype.patch
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.110.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1697 (1.7K) [text/plain]
Saving to: 'busybox-guess_fstype.patch'
busybox-guess_fstyp 100%[===================>] 1.66K --.-KB/s in 0s
2021-03-26 09:40:25 (54.8 MB/s) - 'busybox-guess_fstype.patch' saved [1697/1697]
busybox-1.32.1.tar.bz2: OK
busybox-guess_fstype.patch: OK
Building busybox
patching file util-linux/guess_fstype.c
ccache: error: Could not find compiler "gcc" in PATH
ERROR: failed to build busybox
root#
Any hints anyone of what's going wrong here?