Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MiniDexed/commit/1c03a935ffcce485aec84a2f40c29ae0aedd01c5?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

( cd build/circle-newlib/aarch64-none-circle/newlib ; rm ./config.cache ) || true

pull/25/head
probonopd 3 years ago committed by GitHub
parent 960c9a75ce
commit 1c03a935ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build.sh

@ -11,7 +11,7 @@ fi
# Build circle-stdlib library
cd circle-stdlib/
make clean || true
rm ./config.cache || true
( cd build/circle-newlib/aarch64-none-circle/newlib ; rm ./config.cache ) || true
./configure -r ${RPI} --prefix "aarch64-none-elf-"
make -j$(nproc)
cd ..

Loading…
Cancel
Save