You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arm backend: Enable semihosting in build_executor_runner.sh (#13325)
Additionally,
- Use build_executor_runner in setup_testing
- Avoid hard coding runner build path ending with cmake-out
Signed-off-by: Erik Lundell <[email protected]>
echo" --pte=<PTE_FILE> pte file (genrated by the aot_arm_compier from the model to include in the elf"
36
+
echo" --pte=<PTE_FILE>|semihosting pte file (generated by the aot_arm_compier from the model to include in the elf), or semihosting to supply pte at runtime."
37
37
echo" --target=<TARGET> Target to build and run for Default: ${target}"
38
38
echo" --build_type=<TYPE> Build with Release, Debug or RelWithDebInfo, default is ${build_type}"
39
39
echo" --bundleio Support both pte and Bundle IO bpte using Devtools BundelIO with Input/RefOutput included"
echo"Build Arm ${toolchain/-gcc/} executor_runner for ${target} with ${pte_file} using ${system_config}${memory_mode}${extra_build_flags} to '${output_folder}/cmake-out'"
143
+
echo"Build Arm ${toolchain/-gcc/} executor_runner for ${target} with ${pte_file} using ${system_config}${memory_mode}${extra_build_flags} to '${output_folder}'"
0 commit comments