Open main menu

Wiki-Orange Pi β

Changes

Orange Pi Zero Plus 2

71 bytes added, 15:25, 27 June 2022
Corss-complile or compiled Application code
<br>
=== '''Corss-complile or compiled Cross compiler Application codeProgram''' ===
<br>
Here will take arm-linux-gnueabihf-gcc as an example. Check whether there is the cross compiler, if not, then download and install it.<br>
$ arm-linux-gnueabihf-gcc -v
<div>[[File:Orange-pi-i96-img56.png|800px]]</div>
<br>
$ ll /etc/environment shows that the file can only read, need to modify permissions <br>
$ chmod 755 /etc/environment<br>Modify permission
<div>[[File:Orange-pi-i96-img61.png|800px]]</div>
<br>