You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARCH=riscv CROSS_COMPILE=CROSS_COMPILE=riscv32-unknown-linux-gnu- make -j`nproc`
The following error appears:
Makefile:605: include/config/auto.conf: No such file or directory
./scripts/gcc-version.sh: line 26: CROSS_COMPILE=riscv32-unknown-linux-gnu-gcc: command not found
./scripts/gcc-version.sh: line 27: CROSS_COMPILE=riscv32-unknown-linux-gnu-gcc: command not found
/bin/sh: 1: -print-file-name=include: not found
/bin/sh: 1: --version: not found
/bin/sh: 1: --version: not found
scripts/kconfig/conf --syncconfig Kconfig
./scripts/gcc-version.sh: 26: ./scripts/gcc-version.sh: CROSS_COMPILE=riscv32-unknown-linux-gnu-gcc: not found
./scripts/gcc-version.sh: 27: ./scripts/gcc-version.sh: CROSS_COMPILE=riscv32-unknown-linux-gnu-gcc: not found
./scripts/gcc-version.sh: 29: ./scripts/gcc-version.sh: CROSS_COMPILE=riscv32-unknown-linux-gnu-gcc: not found
./scripts/gcc-version.sh: 26: ./scripts/gcc-version.sh: CROSS_COMPILE=riscv32-unknown-linux-gnu-gcc: not found
./scripts/gcc-version.sh: 27: ./scripts/gcc-version.sh: CROSS_COMPILE=riscv32-unknown-linux-gnu-gcc: not found
./scripts/gcc-version.sh: 29: ./scripts/gcc-version.sh: CROSS_COMPILE=riscv32-unknown-linux-gnu-gcc: not found
init/Kconfig:17: syntax error
init/Kconfig:16: invalid option
./scripts/clang-version.sh: 15: ./scripts/clang-version.sh: CROSS_COMPILE=riscv32-unknown-linux-gnu-gcc: not found
./scripts/gcc-plugin.sh: 11: ./scripts/gcc-plugin.sh: CROSS_COMPILE=riscv32-unknown-linux-gnu-gcc: not found
make[2]: *** [syncconfig] Error 1
make[1]: *** [syncconfig] Error 2
make: *** [include/config/auto.conf] Error 2
The text was updated successfully, but these errors were encountered:
When executing:
The following error appears:
The text was updated successfully, but these errors were encountered: