Hallo Karol,
I've updated to SSP 1.1.0, selected SSP 1.1.0 in the BSP tab and compiled my project without error.
Then I've added TraceX support, which throws again the include error:
*******************************************************************************************************************
12:51:30 **** Incremental Build of configuration Debug for project UART_V1 ****
make -j4 all
'Building file: G:/e2_studio/_eLib3/cons/elib3_cons.c'
'Invoking: Cross ARM C Compiler'
C:\Renesas\e2_studio_5\eclipse\../Utilities/isdebuild arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -O2 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wunused -Wuninitialized -Wall -Wextra -Wmissing-declarations -Wconversion -Wpointer-arith -Wshadow -Wlogical-op -Waggregate-return -Wfloat-equal -g3 -D_RENESAS_SYNERGY_ -I"G:\e2_studio\e2_V5\workspace\UART_V1\synergy_cfg\ssp_cfg\bsp" -I"G:\e2_studio\e2_V5\workspace\UART_V1\synergy_cfg\ssp_cfg\driver" -I"G:\e2_studio\e2_V5\workspace\UART_V1\synergy\ssp\inc" -I"G:\e2_studio\e2_V5\workspace\UART_V1\synergy\ssp\inc\bsp" -I"G:\e2_studio\e2_V5\workspace\UART_V1\synergy\ssp\inc\bsp\cmsis\Include" -I"G:\e2_studio\e2_V5\workspace\UART_V1\synergy\ssp\inc\driver\api" -I"G:\e2_studio\e2_V5\workspace\UART_V1\synergy\ssp\inc\driver\instances" -I"G:\e2_studio\e2_V5\workspace\UART_V1\src" -I"G:\e2_studio\e2_V5\workspace\UART_V1\src\synergy_gen" -I"G:\e2_studio\e2_V5\workspace\UART_V1\synergy_cfg\ssp_cfg\framework\el" -I"G:\e2_studio\e2_V5\workspace\UART_V1\synergy\ssp\inc\framework\el" -I"G:\e2_studio\e2_V5\workspace\UART_V1\synergy\ssp\src\framework\el\tx" -I"G:\e2_studio\e2_V5\workspace\UART_V1\synergy_cfg\ssp_cfg\framework" -I"G:\e2_studio\e2_V5\workspace\UART_V1\synergy\ssp\inc\framework\api" -I"G:\e2_studio\e2_V5\workspace\UART_V1\synergy\ssp\inc\framework\instances" -I"G:\e2_studio\_eLib3" -I"G:\e2_studio\_eLib3\can" -I"G:\e2_studio\e2_V5\workspace\UART_V1\appl_cfg" -std=c99 -MMD -MP -MF"_eLib3/cons/elib3_cons.d" -MT"_eLib3/cons/elib3_cons.o" -c -o "_eLib3/cons/elib3_cons.o" -x c "G:/e2_studio/_eLib3/cons/elib3_cons.c"
In file included from G:/e2_studio/_eLib3/cons/elib3_cons.c:4:
In file included from G:\e2_studio\e2_V5\workspace\UART_V1\src\synergy_gen\thread_ConsoleUSB.h:4:
In file included from G:\e2_studio\e2_V5\workspace\UART_V1\synergy\ssp\inc\bsp\bsp_api.h:63:
In file included from G:\e2_studio\e2_V5\workspace\UART_V1\synergy\ssp\inc\bsp/../../src/bsp/board/s7g2_sk/bsp.h:58:
G:\e2_studio\e2_V5\workspace\UART_V1\synergy\ssp\inc\bsp\../../src/bsp/mcu/s7g2/bsp_mcu_info.h:70:24: warning: pragma diagnostic pop could not pop, no matching push
make: *** [_eLib3/cons/elib3_cons.o] Error 1
#pragma GCC diagnostic pop
^
In file included from G:/e2_studio/_eLib3/cons/elib3_cons.c:4:
In file included from G:\e2_studio\e2_V5\workspace\UART_V1\src\synergy_gen\thread_ConsoleUSB.h:8:
In file included from G:\e2_studio\e2_V5\workspace\UART_V1\synergy\ssp\inc\framework\instances\sf_el_ux_comms.h:42:
In file included from G:\e2_studio\e2_V5\workspace\UART_V1\synergy\ssp\inc\framework\el\ux_api.h:159:
G:\e2_studio\e2_V5\workspace\UART_V1\synergy\ssp\inc\framework\el/tx_trace.h:80:10: fatal error: 'tx_thread.h' file not found
#include "tx_thread.h"
^
1 warning and 1 error generated.
_eLib3/cons/subdir.mk:18: recipe for target '_eLib3/cons/elib3_cons.o' failed
12:51:33 Build Failed. 3 errors, 1 warnings. (took 2s.967ms)
*********************************************************************************************************************
Your advice is greatly appreciated!
Thanks and regards
Ralph