Cross-compiling Busybox debian package

2022-12-30 Thread Clément Péron
Dear Debian Mentors and Busybox Deb maintainers, This is my first debian package compilation :) I'm trying to cross compile the busybox deb package (ADM64 -> ARM64). After reading a bit of doc on the compilation I do the following steps: dpkg --add-architecture arm64 apt build-dep -aarm64 -y bu

Re: Cross-compiling Busybox debian package

2022-12-31 Thread Clément Péron
Hi, On Fri, 30 Dec 2022 at 23:26, Clément Péron wrote: > > Dear Debian Mentors and Busybox Deb maintainers, > > This is my first debian package compilation :) > > I'm trying to cross compile the busybox deb package (ADM64 -> ARM64). > > After reading a bit of