File tree Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1212 "arm:tools/ninja-build/ninja" : " ^1.12.0" ,
1313 "arm:compilers/arm/armclang" : " ^6.22.0" ,
1414 "arm:compilers/arm/arm-none-eabi-gcc" : " ^13.2.1" ,
15+ "arm:compilers/arm/llvm-embedded" : " ^20.1.0" ,
1516 "arm:models/arm/avh-fvp" : " ^11.26.11"
1617 }
1718}
Original file line number Diff line number Diff line change 7373 --simlimit 60 --stat
7474 echo " Show simulation UART output build with GCC Release"
7575 cat ./out/Hello/CS300/Release/GCC_fvp_stdout.log
76+
77+ - name : Build Hello with CLANG and all contexts
78+ working-directory : ./Hello/
79+ run : cbuild Hello.csolution.yml --packs --toolchain CLANG
80+
81+ - name : Run Hello build-type Debug, CLANG
82+ working-directory : ./Hello/
83+ run : |
84+ FVP_Corstone_SSE-300 -a ./out/Hello/CS300/Debug/Hello.elf -f ./../FVP/FVP_Corstone_SSE-300/fvp_config.txt \
85+ -C mps3_board.uart0.out_file=./out/Hello/CS300/Debug/CLANG_fvp_stdout.log \
86+ --simlimit 60 --stat
87+ echo " Show simulation UART output build with CLANG Debug"
88+ cat ./out/Hello/CS300/Debug/CLANG_fvp_stdout.log
89+
90+ - name : Run Hello build-type Release, CLANG
91+ working-directory : ./Hello/
92+ run : |
93+ FVP_Corstone_SSE-300 -a ./out/Hello/CS300/Release/Hello.elf -f ./../FVP/FVP_Corstone_SSE-300/fvp_config.txt \
94+ -C mps3_board.uart0.out_file=./out/Hello/CS300/Release/CLANG_fvp_stdout.log \
95+ --simlimit 60 --stat
96+ echo " Show simulation UART output build with CLANG Release"
97+ cat ./out/Hello/CS300/Release/CLANG_fvp_stdout.log
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ solution:
66 select-compiler : # list of tested compilers
77 - compiler : AC6
88 - compiler : GCC
9+ - compiler : CLANG
910
1011 compiler : GCC # selected compiler
1112
Original file line number Diff line number Diff line change 1212 "arm:tools/ninja-build/ninja" : " ^1.12.0" ,
1313 "arm:compilers/arm/armclang" : " ^6.22.0" ,
1414 "arm:compilers/arm/arm-none-eabi-gcc" : " ^13.2.1" ,
15+ "arm:compilers/arm/llvm-embedded" : " ^20.1.0" ,
1516 "arm:models/arm/avh-fvp" : " ^11.26.11"
1617 }
1718}
You can’t perform that action at this time.
0 commit comments