27 lines
410 B
Markdown
27 lines
410 B
Markdown
# compile:
|
|
|
|
## .out
|
|
|
|
stage1:
|
|
config ./public/make
|
|
MaPU_TC_HOME := /home/ittc/Software/toolchain
|
|
stage2:
|
|
./build.sh --jesd --pcie --test 52 --mask 255
|
|
stage3:
|
|
build res path:
|
|
./build
|
|
得到
|
|
ecs_rfm_spu0.out
|
|
ecs_rfm_spu1.out
|
|
pet_rfm_spu0.out
|
|
pet_rfm_spu1.out
|
|
|
|
## .a
|
|
|
|
stage1:
|
|
./build.sh --jesd --pcie
|
|
|
|
得到
|
|
libape_spu.a
|
|
|
|
### 以上全部放到APE工程Platform/build |