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

 

 

 

Search found 2 matches

by hjalfi
2021-06-30 08:21
Forum: Programming
Topic: What's the Debian Way of building a cross binutils?
Replies: 4
Views: 16425

Re: What's the Debian Way of building a cross binutils?

Thanks, but that's not quite what I want to do --- I want to build a binutils which targets a different architecture than the one it's running on. So, I want to end up with an armhf or aarch64 binary which targets the m68k or MIPS.
by hjalfi
2021-06-29 21:06
Forum: Programming
Topic: What's the Debian Way of building a cross binutils?
Replies: 4
Views: 16425

What's the Debian Way of building a cross binutils?

I have a new ARM-based laptop. I want to build a compiler project of mine on it, which was developed on a amd64 machine. The project depends on about half a dozen different cross binutils packages (for as, ld etc). On the amd64 machine, packages are available for all of these architectures. However,...