Skip to content

Commit

Permalink
goil: rh850: g4mh: Fix build error on Linux
Browse files Browse the repository at this point in the history
Signed-off-by: Yuya Hamamachi <[email protected]>
Signed-off-by: Tsutomu Muroya <[email protected]>
  • Loading branch information
muro8811 authored and RICCIARDI-Adrien committed Dec 8, 2023
1 parent 062ae06 commit ea08539
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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} <FLAGS> <CMAKE_CXX_LINK_FLAGS> <LINK_FLAGS> <OBJECTS> -output=<TARGET> -list=<TARGET>.map -subcommand=${LINKER_SCRIPT} <LINK_LIBRARIES>
nm -n <TARGET>.abs > <TARGET>.syms
bash -c 'nm -n <TARGET>.abs > <TARGET>.syms'
${LINKER} <TARGET>.abs -output=<TARGET>.run -form=stype"
)

0 comments on commit ea08539

Please sign in to comment.