diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
| commit | 63d2e9d409831aa8582787234cae4741847504b7 (patch) | |
| tree | 595fae753d2eb293437226eaab2eed208463f132 /results/scraper/box64/456 | |
| parent | 2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff) | |
| download | qemu-analysis-box64.tar.gz qemu-analysis-box64.zip | |
add box64 bug reports box64
Diffstat (limited to 'results/scraper/box64/456')
| -rw-r--r-- | results/scraper/box64/456 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/results/scraper/box64/456 b/results/scraper/box64/456 new file mode 100644 index 000000000..bdb316f82 --- /dev/null +++ b/results/scraper/box64/456 @@ -0,0 +1,11 @@ +Compile Issues on Slarm64-15.0 +I tried this on a RazPI 4B running slarm64 using kernel 5.16.7 and the headers are a disaster. I quickly fell into a pattern of +1. make -j4 > ../../box64.err 2>&1 +2. less ../../box64.err & note missing header. +3. locate <missing header> +4. sudo ln -s misplaced/missing header --> desired location +5. make -j4 > ../../box64.err 2>&1, etc... + +I very quickly linked /usr/include/asm --> /usr/include/asm-generic. After about 30 iterations of these steps above, I got fed up, and used lndir to link /usr/include/asm & /usr/include/linux to the kernel source equivalents, but that's caused problems. So I'll backtrack and remove my symlinks. Have you a precompiled version about? + +You can get slarm64 (an unofficial slackware64 distribution on Aarch64) from slarm64.org or slackware.uk/slarm64. There are binary images and good support on linuxquestions.org, where it has a forum (under distributions. |