Skip to content

sakataalan/armv7-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARM Machine

If, like me, you don’t have access to an ARM computer, follow this tutorial.

Install gcc-arm-linux-gnueabi

sudo apt-get install gcc-arm-linux-gnueabi

Compile to object file

arm-linux-gnueabi-as <assembly file> -o file.o

Compile to executable file

arm-linux-gnueabi-gcc <object file> -o file -nostdlib

Running

./file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published