Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

cross-compilation

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
peter_irich
Posts: 1403
Joined: 2009-09-10 20:15
Location: Saint-Petersburg, Russian Federation
Been thanked: 11 times

cross-compilation

#1 Post by peter_irich »

Debian not included a package with arm-elf-gcc and others utilities now.
How I must compile program for ARM-processors?
Use gcc with appropriate option or install or compile binutils and newlib from other source?

Peter.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: cross-compilation

#2 Post by stevepusser »

I have managed to do a few using this as a guide: http://jodal.no/2015/03/08/building-arm ... -pbuilder/
MX Linux packager and developer

peter_irich
Posts: 1403
Joined: 2009-09-10 20:15
Location: Saint-Petersburg, Russian Federation
Been thanked: 11 times

Re: cross-compilation

#3 Post by peter_irich »

stevepusser wrote:I have managed to do a few using this as a guide: http://jodal.no/2015/03/08/building-arm ... -pbuilder/
Thank you.
How I'm understand, cross-compliers are here:
https://gcc.gnu.org/

Peter.

Post Reply