8,367
edits
Changes
→Compiling method of application
<br>
=== '''Compiling method of applicationCorss-complile or compiled Application code''' ===
<br>
Check whether there is the cross compiler, if not, then download and install it.
$ arm-linux-gnueabihf-gcc -v
<div style="padding-left:200px;">[[文件:Orange-pi-i96-img56.png|800px]]</div>
<br>
While compiling the application, you will fill that you need the cross compiler arm-linux-gnueabihf-gcc, download and install it.
$ cp aq /media/*/home/orangepi/<br>
<br>
=== '''Running driver and application''' ===
<br>