we need a toolchain for ARM processor
Building a new toolchain can be complicated mission
in general you should download:
- binutils - http://ftp.gnu.org/gnu/binutils/
- gcc - http://ftp.gnu.org/gnu/gcc/
- C library - http://ftp.gnu.org/gnu/glibc/
- some extensions
for our purpose we can use an already made toolchain from here
extract the archive:
# tar -xjvf ${DOWLOADDIR}/arm-linux-gcc-3.4.1.tar.bz2
look at the path: ${EXTRACTEDDIR}/usr/local/arm/3.4.1/bin
(all the binary tools to compile, link and debug an ARM code)
add the above path to your PATH environment variable :
# export PATH=/usr/local/arm/3.4.1/bin/:$PATH
now we can build everything with this toolchain
for help and other learning materials
visit our site: Bina
2 comments:
I really like your blog.. very nice colors & theme. Did you make this website yourself or did you hire someone to do it for you? Plz answer back as I'm looking to construct my own blog and would like to find out where u got this from. cheers
Hello! I just wish to give you a huge thumbs up for the excellent info you have right here on this post. I will be coming back to your blog for more soon.
Post a Comment