diff --git a/goil/templates/build/rh850/g4mh/cmakelists_txt.goilTemplate b/goil/templates/build/rh850/g4mh/cmakelists_txt.goilTemplate index def9da2f9..d97f4b86d 100644 --- a/goil/templates/build/rh850/g4mh/cmakelists_txt.goilTemplate +++ b/goil/templates/build/rh850/g4mh/cmakelists_txt.goilTemplate @@ -241,9 +241,6 @@ if OS::SYSTEM_CALL then else % ${APP_GENERATED_PATH}/tpl_os.c\n% end if -if [TRANSACTION length] > 0 then - % ${APP_GENERATED_PATH}/stm_structure.c\n% -end if if [IOC length] > 0 then % ${APP_GENERATED_PATH}/tpl_ioc_api_config.c\n% end if diff --git a/goil/templates/build/rh850/g4mh/compiler_cmake.goilTemplate b/goil/templates/build/rh850/g4mh/compiler_cmake.goilTemplate index 85ad07868..20cdfd60f 100644 --- a/goil/templates/build/rh850/g4mh/compiler_cmake.goilTemplate +++ b/goil/templates/build/rh850/g4mh/compiler_cmake.goilTemplate @@ -32,6 +32,6 @@ set(LINKER_SCRIPT % !basePath %machines/rh850/g4mh/rcar_s4.clnk) # original rule uses ${CMAKE_C_COMPILER} instead set(CMAKE_C_LINK_EXECUTABLE "${LINKER} -output= -list=.map -subcommand=${LINKER_SCRIPT} - nm -n .abs > .syms + bash -c 'nm -n .abs > .syms' ${LINKER} .abs -output=.run -form=stype" )