Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MiniDexed/commit/a73994e8df2c7fef84d10fc56cad1e1713df6bb4?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/25/head
probonopd 3 years ago committed by GitHub
parent 9af7749c25
commit a73994e8df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      build.sh

@ -10,6 +10,7 @@ fi
# Build circle-stdlib library
cd circle-stdlib/
make clean
./configure -r ${RPI} --prefix "aarch64-none-elf-"
make -j$(nproc)
cd ..

Loading…
Cancel
Save