Using FSP 4.5.0 on Windows I can not build a C++ application

Using the wizard or an FSP example (cpp_ek_ra6m5_ep) give:

c:\users\davidd\appdata\local\programs\renesas\ra\e2studio_v2023-04_fsp_v4.5.0\toolchains\gcc_arm\gcc-arm-none-eabi-10.3-2021.10\arm-none-eabi\include\c++\10.3.1\cstdlib:41:10: fatal error: bits/c++config.h: No such file or directory

In Linux I don't see the same issue.
Parents Reply
  • With v4.6.0 and the ra-fsp-example latest release v4.5.0.example.2 I continue to get the same error in Windows:

    c:\users\davidd\appdata\local\programs\renesas\ra\e2studio_v2023-07_fsp_v4.6.0\toolchains\gcc_arm\arm-gnu-toolchain-12.2.mpacbti-rel1-mingw-w64-i686-arm-none-eabi\arm-none-eabi\include\c++\12.2.1\cstdlib:41:10: fatal error: bits/c++config.h: No such file or directory

Children