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

 

 

 

[SOLVED] ARM cross-development on Debian?

Programming languages, Coding, Executables, Package Creation, and Scripting.
Message
Author
turboscrew
Posts: 190
Joined: 2009-03-23 09:17
Location: Nokia (town), Finland

Re: ARM cross-development on Debian?

#16 Post by turboscrew »

Sorry for my rough words. I just got a bit agitated.
De-bugging is for sissies, real men do de-monstrations.

reinob
Posts: 1196
Joined: 2014-06-30 11:42
Has thanked: 99 times
Been thanked: 47 times

Re: ARM cross-development on Debian?

#17 Post by reinob »

If you don't mind using unstable/experimental repositories you can add armel (and/or armhf) architectures (dpkg --add-foreign-architecture ...) and then install e.g. crossbuild-essential-armel, which will pull all required packages.

I have NOT tested this, so I don't know how good it works or if it fits your workflow. I myself use scratchbox for armel (N900) stuff, which hardly qualifies as "modern" :)

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

Re: ARM cross-development on Debian?

#18 Post by stevepusser »

Have you bothered to read my link? I've successfully compiled a few packages for the Pi on my amd64 platform by following the procedure.
MX Linux packager and developer

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: ARM cross-development on Debian?

#19 Post by GarryRicketson »

stevepusser wrote:I've been able to cross compile using this as a general guide: http://jodal.no/2015/03/08/building-arm ... -pbuilder/
That is a good link, and he mentions using"pbuilder",
More https://www.netfort.gr.jp/~dancer/softw ... r-doc.html

turboscrew
Posts: 190
Joined: 2009-03-23 09:17
Location: Nokia (town), Finland

Re: ARM cross-development on Debian?

#20 Post by turboscrew »

No worries. The problem is solved.
I installed the crossbuild-essential-armhf (when I found out that it's not ONLY for making Debian packages).
(Took them from embedian.org/tools/debian. I also downloaded the "official" tool chain from the Raspberry Pi repo as a back-up.)
If I need tools for other architectures, I'll deal with it then.
De-bugging is for sissies, real men do de-monstrations.

runfrodorun
Posts: 202
Joined: 2013-06-19 05:09

Re: ARM cross-development on Debian?

#21 Post by runfrodorun »

turboscrew wrote:Sorry for my rough words. I just got a bit agitated.
I meant everybody ;)

-RJ
Much opinionated.
Some abrasive.
No systemd.
Wow.

Post Reply