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

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

$
0
0
32-bit executables are already supported on a 64-bit host.

This is with GCC but you get the idea.

Code:

$ file sudoku-32 sudoku-32: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, BuildID[sha1]=163ac4af1ecbb9753a4a95e86a1ef851f18ff20e, for GNU/Linux 3.2.0, not stripped$ uname -maarch64$ ./sudoku-32 | head -3... ... ...    987 654 321... ..3 .85    246 173 985..1 .2. ...    351 928 746

Statistics: Posted by trejan — Tue Apr 22, 2025 12:11 am



Viewing all articles
Browse latest Browse all 8037

Trending Articles