2025-06-06 22:51:46 -07:00
|
|
|
# compile:
|
|
|
|
|
|
|
|
## .out
|
|
|
|
|
2025-03-23 05:53:30 -07:00
|
|
|
stage1:
|
|
|
|
config ./public/make
|
2025-06-05 08:34:52 -07:00
|
|
|
MaPU_TC_HOME := /home/ittc/Software/toolchain
|
2025-03-23 05:53:30 -07:00
|
|
|
stage2:
|
|
|
|
./build.sh --jesd --pcie --test 52 --mask 255
|
|
|
|
stage3:
|
|
|
|
build res path:
|
|
|
|
./build
|
2025-06-06 22:51:46 -07:00
|
|
|
得到
|
|
|
|
ecs_rfm_spu0.out
|
|
|
|
ecs_rfm_spu1.out
|
|
|
|
pet_rfm_spu0.out
|
|
|
|
pet_rfm_spu1.out
|
|
|
|
|
|
|
|
## .a
|
2025-06-05 08:34:52 -07:00
|
|
|
|
|
|
|
stage1:
|
|
|
|
./build.sh --jesd --pcie
|
|
|
|
|
2025-06-06 22:51:46 -07:00
|
|
|
得到
|
|
|
|
libape_spu.a
|
2025-06-05 08:34:52 -07:00
|
|
|
|
2025-06-06 22:51:46 -07:00
|
|
|
### 以上全部放到APE工程Platform/build
|