Lix on 64-bit systems assumes it can run 32-bit code #371

Open
opened 2024-06-02 14:06:42 +00:00 by puck · 1 comment
Owner

e.g. x86_64-linux assumes 32-bit code can be executed, even if it is kconfig'd out. Similar with 64-bit Arm cores that can't execute 32-bit code.

e.g. x86_64-linux assumes 32-bit code can be executed, even if it is kconfig'd out. Similar with 64-bit Arm cores that can't execute 32-bit code.
Owner

hmmm. i think the most trivial thing to do is to write a trivial -m32 target that we try to execve to find this info. the alternative is assembly crimes that aren't good.

hmmm. i think the most trivial thing to do is to write a trivial -m32 target that we try to execve to find this info. the alternative is assembly crimes that aren't good.
jade added the
bug
label 2024-06-24 23:28:43 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lix-project/lix#371
No description provided.