Configuration of linux cross compiler environment

This is because while the host 64 is a cross-compiler for the 32-bit development board production. Therefore, to install the corresponding 32-bit libraries.
My host is linux ubuntu 64 bits.

Installation command:

sudo apt-get install lib32z1-dev
sudo apt-get install libc6:i386
sudo apt-get install lib32ncurses5 lib32z1

The remaining later add.

Released seven original articles · won praise 0 · Views 357

Guess you like

Origin blog.csdn.net/qq_21438461/article/details/104359868