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
Hello David,
Thanks for reaching out Renesas Engineering Community!
After downloading the project from this location
github.com/.../cpp_ek_ra6m5_ep
I imported it on e2studio 2023-04 with FSP 4.5.0, generated code and project built successfully.
Find the project attached below:
cpp_ek_ra6m5_ep.zip
Best Regards,
IK
Presumably this is caused by my Windows setup, maybe path variables or workspace?
Have you tried to uninstall and re-install e2studio? Also could you provide to us the location you downloaded it?
Thank you!
Regards,
I downloaded it from the FSP release https://github.com/renesas/fsp/releases/tag/v4.5.0, I just noticed a v4.6.0 I'll give that a try.
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
David,
Try this exit e2 studio and downloaded and installed the GCC ARM:
Start e2 studio ( you may have to acknowledge the new compiler on start up of e2 studio )
Go to the project properties and changed the toolchain to:
Clean the project and try to build.
Yes, that worked. What does this mean? Why is it that for some the default version that comes with e2studio works but not for me?
I really don't have a good answer for you. I have reported this the Applications team last week and I assume they are looking into the WHY.
At least you are up and running now.
Hi Mike,
I ran into this exact same issue, and your "solution" also fixed things. Here's my sequence:
So yeah, there's something wrong with the "default" toolchain configuration. Dunno what else to tell you.
Dana M.