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

Try 'make clean' in build/circle-newlib/aarch64-none-circle/newlib

https://github.com/probonopd/MiniDexed/issues/23
pull/25/head
probonopd 3 years ago committed by GitHub
parent d2febcba8b
commit f3eaef49da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build.sh

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

Loading…
Cancel
Save