I installed all the required packages (xorriso, qemu, grub), I followed the tutorial to the letter, I cloned the repo from gitlab, I tried moving the source around, but it's still not working. I ran "export PATH="$HOME/opt/cross/bin:$PATH"", $PATH gets properly set, I can call i686-elf-gcc directly and it works. Yet make apparently still can't find it.david@OSDev:~/src/meaty-skeleton$ sudo ./qemu.sh
[sudo] password for david:
mkdir -p /home/david/src/meaty-skeleton/sysroot/usr/include
cp -R --preserve=timestamps include/. /home/david/src/meaty-skeleton/sysroot/usr/include/.
mkdir -p /home/david/src/meaty-skeleton/sysroot/usr/include
cp -R --preserve=timestamps include/. /home/david/src/meaty-skeleton/sysroot/usr/include/.
mkdir -p /home/david/src/meaty-skeleton/sysroot/usr/include
cp -R --preserve=timestamps include/. /home/david/src/meaty-skeleton/sysroot/usr/include/.
i686-elf-gcc --sysroot=/home/david/src/meaty-skeleton/sysroot -isystem=/usr/include -MD -c stdio/printf.c -o stdio/printf.libk.o -std=gnu11 -O2 -g -ffreestanding -Wall -Wextra -D__is_libc -Iinclude -D__is_libk
make: i686-elf-gcc: Command not found
make: *** [Makefile:72: stdio/printf.libk.o] Error 127
Anyone got any ideas why this happens? I searched the forum for this and a few similar issues came up but nothing mentioned in those topics helped me solve this. This is on kubuntu 18.10 64-bit btw.