You CAN NOT get X86_64 assembler to run on any ARM processor, they are different device types. It will never work, you are wasting your time.
Write your code in C/C++ and COMPILE it on ARM.
Forget assembler, unless you are very proficient in ARM assembler and machine architecture. Keep things easy, learn to walk first.
Write your code in C/C++ and COMPILE it on ARM.
Forget assembler, unless you are very proficient in ARM assembler and machine architecture. Keep things easy, learn to walk first.
Statistics: Posted by DougieLawson — Thu Jan 09, 2025 10:37 pm