Skip to content

Commit

Permalink
fix the build error of ax620a
Browse files Browse the repository at this point in the history
  • Loading branch information
BUG1989 committed May 27, 2024
1 parent 5d5efad commit 48e2a8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: build
name: build_620a

# Controls when the workflow will run
on:
Expand Down Expand Up @@ -44,6 +44,6 @@ jobs:
tar -xf gcc-linaro-7.5.0-2019.12-x86_64_arm-linux-gnueabihf.tar.xz
export PATH=$PATH:gcc-linaro-7.5.0-2019.12-x86_64_arm-linux-gnueabihf/bin/
arm-linux-gnueabihf-gcc -v
cmake -DCMAKE_TOOLCHAIN_FILE=../toolchains/arm-linux-gnueabihf.toolchain.cmake -DBSP_MSP_DIR=${ax_bsp}/ ..
cmake -DCMAKE_TOOLCHAIN_FILE=../toolchains/arm-linux-gnueabihf.toolchain.cmake -DBSP_MSP_DIR=${ax_bsp}/ -DAXERA_TARGET_CHIP=ax620a ..
make -j8
make install
2 changes: 1 addition & 1 deletion .github/workflows/build_620q_uclibc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
export ax_bsp=$PWD/ax620q_bsp_sdk/msp/out/arm_uclibc/
echo $ax_bsp
wget https://github.com/AXERA-TECH/ax620q_bsp_sdk/releases/download/v2.0.0/arm-AX620E-linux-uclibcgnueabihf_V3_20240320.tgz
tar -zxvf arm-AX620E-linux-uclibcgnueabihf_V3_20240320.tgz
tar -zxf arm-AX620E-linux-uclibcgnueabihf_V3_20240320.tgz
export PATH=$PATH:arm-AX620E-linux-uclibcgnueabihf/bin/
arm-AX620E-linux-uclibcgnueabihf-gcc -v
cmake -DCMAKE_TOOLCHAIN_FILE=../toolchains/arm-AX620E-linux-uclibcgnueabihf.toolchain.cmake -DBSP_MSP_DIR=${ax_bsp}/ -DAXERA_TARGET_CHIP=ax620q ..
Expand Down

0 comments on commit 48e2a8b

Please sign in to comment.