how to convert .c to “ELF, 32-bit LSB executable, ARM, version 1 (GNU/Linux)”. If i use this Command “arm-linux-gnueabi-gcc -march=armv7-a -mthumb -mabi=aapcs-linux -o output_file input_file.c”
It become “ELF, 32-bit LSB executable, ARM, version 1 (SysV)”
i want to convert .c file into ELF, 32-bit LSB executable, ARM, version 1 (GNU/Linux)
New contributor
Mhigs is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.