franzflasch / linux_for_riscv_em

Scripts to automate building linux images for my emulator riscv_em
15 stars 5 forks source link

scripts/Kconfig.include:39: compiler 'riscv32-linux-gnu-gcc' not found #3

Open ghost opened 2 years ago

mikechambers84 commented 1 year ago

I had the same problem. Make sure the FULL path to your cross tools bin directory is in the PATH variable. Not a relative path.