Dev/Embedded/CrossCompile

From Embeded Linux (and more) Wiki by Nathael
< Dev‎ | Embedded
Revision as of 12:05, 6 December 2024 by Drizzt (talk | contribs)
Jump to navigation Jump to search

!!!!!!!!!!!!!!!!!!!!! Ongoing work : This is only a collection of notes right now !!!!!!!!!!!!!!!!!!!!!


dpkg --print-foreign-architectures
dpkg --add-architecture <arch>
apt-get install binutils-aarch64-linux-gnu cpp-aarch64-linux-gnu gcc-aarch64-linux-gnu libc6-dev:arm64 
apt-get install bison flex
apt-get install libncurses-dev

for uboot :

apt-get install python3-setuptools swig libgnutls28-dev libssl-dev


for mtd images creation and manipulation :

apt-get install mtd-utils squashfs-tools

https://wiki.debian.org/Multiarch/Implementation https://wiki.debian.org/fr/Multiarch/HOWTO