Hello All,
Need your help resolve following error.
Please provide error messages as text in the future.
This looks to be some embedded device. What compiler is this? Is there a toolchain file associated with it? These symbols seem to indicate that something else is missing in the toolchain description.
1.compiler (GHS Target RH850)
2.Toolchain find below
set(CMAKE_C_COMPILER_WORKS 1)
SET(CMAKE_SYSTEM_PROCESSOR "RH850")
SET(GHS_TOOL_CHAIN_PATH "C:/AGL_2005/COMPILER/Renesas/RH850/GREEN_HILLS/V2017_1_5/compiler/")
SET(GHS_TOOL_CHAIN_PATH ${GHS_TOOL_CHAIN_PATH})
SET(RH850_ASSEMBLER "ccrh850.exe")
SET(CMAKE_ASM_COMPILER ${GHS_TOOL_CHAIN_PATH}${RH850_ASSEMBLER})
set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS "s;850")
SET(RH850_COMPILER "ccrh850.exe")
SET(CMAKE_C_COMPILER ${GHS_TOOL_CHAIN_PATH}${RH850_COMPILER})