Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8051

Advanced users • Re: Running 32bit ELF executables on 64bit Pi OS

$
0
0
If you create an ELF executable using the "-o" option of the compiler, then try to debug *that* executable, there is not a debugger out there I have found that can do that.
Your compiler is generating bad ELF binaries. The kernel is less picky about it unlike GDB and other utils.

elflint says

Code:

$ eu-elflint sudokusection [ 6] '.dynamic': section entry size does not match ElfXX_Dynsection [ 6] '.dynamic': no hash section presentsection [ 8] '.rel.plt': invalid section reference in info valuesection [ 8] '.rel.plt': invalid destination section index

Statistics: Posted by trejan — Tue Apr 22, 2025 4:50 pm



Viewing all articles
Browse latest Browse all 8051

Trending Articles