LINUX_SDK Source Code Compilation
Obtaining SDK Source Code
Note
1. The source code cannot be compiled in a shared directory.
2. The compilation host cannot log in using the ROOT account.
1. Download SDK and copy the source code archive to the compilation host directory.
2. Navigate to the directory containing the source code and enter the command to extract it.
3. Enter the a133-linux directory generated by extraction and enter the command to restore the source code.
First Compilation Configuration
./build.sh lunch
======you are building a133 linux======
1. BoardConfig-a133-kickpi-k5.mk
2. BoardConfig-a133-kickpi-k5c.mk
which board would you like (1-2): // Select based on board model K5 or K5C

Compile Complete Image
The generated image is located at a133-linux/out/update-a133-kickpi-k5-ubuntu16.04-lvds-7-1024-600-2025110620.img

Individual Compilation
Compile Kernel Individually
Compile Rootfs Individually
Kconfig Configuration
Kconfig modification and saving:
Device Tree Path
Toolchain
Package Path
Tool Path After Compilation
Q&A
- Error about missing event.c file?
aarch64-linux-gnu-gcc: error: /home/A/sdk/a133/a133-linux-test1/kernel/linux-4.9/modules/gpu/img-rgx/linux/rogue_km/binary_sunxi_linux_release/target_aarch64/kbuild/services/server/env/linux/event.c: No such file or directory
Perform a clean operation: