03-Android_SDK_Compilation

SDK Overview

Android SDK Version Information

  • Kernel Version: 4.9

  • Android OS Version: 10.0


Android SDK Compilation

Full Image Compilation

$ cd longan/
$ ./build.sh config

Welcome to mkscript setup progress
All available platforms:
   0. android
   1. linux
Choice [android]: 0
All available ICs:
   0. a133
   1. t509
Choice [a133]: 0
All available boards:
   0. b1
   1. b3
   2. b4
   3. c3
   4. c4
   5. dpf
   6. fpga
   7. perf1
   8. perf2
   9. perf3
  10. qa
  11. ver
Choice [c3]: 3

Output Directory: longan/out/


Defconfig Configuration

Defconfig Path:

Configuration Commands:


Fixing yylloc Compilation Errors

Due to differences in compilation environments (e.g., ld versions), yylloc errors may occur. Modify the code as follows based on the error path:

Note: Adjust the file path according to the actual error message.

Last updated