- Jul 12, 2024
-
-
-
And deprecate heimdall_wait_for_device.sh. Heimdall 2.1.0 has a new option --wait which can be used instead of running heimdall_wait_for_device.sh separately. For full changelog, see https://git.sr.ht/~grimler/Heimdall/refs/v2.1.0
-
Replace the script with a heimdall_flash_isorec_kernel.sh script, which takes a fifth arg for path to device dtb, and concatenates and flashes vmlinuz and the dtb.
-
There are serious issues with VoLTE enabled by default for e-calls.
-
-
-
-
-
Andy Postnikov authored
-
-
Celeste authored
-
Celeste authored
-
-
-
-
-
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Celeste authored
-
src/archive.h:18:5: error: 'int64_t' does not name a type 18 | int64_t getFileSize(const std::string& path); | ^~~~~~~ src/archive.h:6:1: note: 'int64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? 5 | #include <vector> +++ |+#include <cstdint> 6 | In file included from src/archive.cpp:2: src/archivezip.h:12:5: error: 'int64_t' does not name a type 12 | int64_t getFileSize(const std::string &archive, const std::string &filename); | ^~~~~~~ src/archivezip.h:1:1: note: 'int64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? +++ |+#include <cstdint> 1 | #ifndef ARCHIVEZIP_H src/archive.cpp: In function 'int64_t Archive::getFileSize(const std::string&)': src/archive.cpp:74:28: error: 'getFileSize' is not a member of 'ArchiveZip'; did you mean 'getFileList'? 74 | return ArchiveZip::getFileSize(archive, filename); | ^~~~~~~~~~~ | getFileList make: *** [Makefile:257: src/archive.o] Error 1 This issue has been fixed upstream: https://github.com/libretro/neocd_libretro/blob/master/src/archive.h https://github.com/libretro/neocd_libretro/blob/master/src/abstractfile.h
-
libretro/libretro-core.c: In function 'retro_get_system_info': libretro/libretro-core.c:634:36: error: expected ';' before 'GIT_VERSION' 634 | info->library_version = "3.1.0" GIT_VERSION; | ^~~~~~~~~~~~ | ;
-
Celeste authored
-
Celeste authored
-
Celeste authored
qd_test fails on loongarch64, just like aarch64, ppc64le, s390x
-
Celeste authored
there is a Loongarch patch for the build, but tests fail to access gcr.io on the builder
-
Celeste authored
-
Willow authored
-
znley authored
LoongArch64 uses little-endian byte ordering.
-
-
Celeste authored
found libc 0.2.152, support for loongarch64 added in 0.2.154
-
-
Celeste authored
ABORTING: Inkscape failed to render the slice.
-
Celeste authored
autoconf scripts too old, returns syntax error
-
Celeste authored
it seems the first letter of the repo name was capitalized, and that changed the checksum?
-
Celeste authored
sites.google.com now returns HTML
-
Celeste authored
Same reason as riscv64: "Target architecture was not detected as supported by Double-Conversion"
-