Blog Archives
When I try to perform a floating point operation using fpu every 1ms on the RX66T, it does not work.
When I try to perform a floating point operation using fpu every 1ms on the RX66T, it does not work. When I did it with CCRRX it worked, so I believe it is a compiler spec, not a problem with
Installer bug on Linux
FYI, the install tool fails to account for being launched from a different directory and if you don’t cd into the it’s local path then it fails to write any files. If I give the -p option, nothing happens at all,
LLVM for Renesas RL78 10.0.0.202212 can’t assemble the src/smc_gen/r_bsp/mcu/all/start.S while 10.0.0.202209 can do it
Hello support team, LLVM for Renesas RL78 10.0.0.202212 can’t assemble the src/smc_gen/r_bsp/mcu/all/start.S which is generated by RL78 SmartConfigurator of e2 studio 2023-01 due to the following error. On the other hand, 10.0.0.202209 can do it. src/smc_gen/r_config/r_bsp_config.inc:38:1: error: unmatched .ifs or .elses
How to print memory usage
Hello, I would like to know command for printing memory usage for GCC version V3.1.115.11. I found following command for GCC version higher than 4.2 -Wl –print-memory-usage. However this command is not compatible for GCC V3.1.115.11. Please help with similar flag
Please don’t remove Automatic interrupt vector entry generation feature because RX SmartConfigurator strongly depends on it and there is an easy workaround
Hello support team, I found the following statements in the Release Notes of the GCC 8.3.0.202204-GNURX. Please don’t remove the feature because the RX SmartConfigurator strongly depends on it and there is an easy workaround. 3. [Deprecation] Automatic interrupt vector entry
Difference of generated code regarding GNURX for RXv3 `float` operation between with and without -mdfpu (code – 2022/10/26)
Hello support team, I’m confused about other case of difference of generated code regarding GNURX for RXv3 between with and without -mdfpu as follows. Is this intended? SOURCE: #include <math.h> struct vec { float X; float Y; }; void rot(float t,
Difference of generated code regarding GNURX for RXv3 sqrtf(x) using -mrxv2-fsqrt between with and without -mdfpu (code – 2022/10/25)
Hello support team, I’m confused about the difference of generated code regarding GNURX for RXv3 sqrtf(x) using -mrxv2-fsqrt between with and without -mdfpu as follows. Is this intended? On the other hand, CC-RX with -library=intrinsic option (default) and ICCRX without –sqrt_must_set_errno
Wrong generated code regarding GNURX for RXv3 TFU mathlib hypotf(x, y) (code – 2022/10/24)
Hello support team, I found wrong generated code regarding GNURX for RXv3 TFU mathlib hypotf(x, y). Somehow the generated code temporarily uses RAM at address 0x0 as follows. SOURCE: #include <math.h> float TFU_hypotf(float x, float y) { return hypotf(x, y);
Wrong generated code regarding GNURX for RXv3 DPFPU DCMR register missing push/pop sequence (code – 2022/10/04)
Hello support team, I found wrong generated code regarding GNURX for RXv3 DPFPU DCMR register missing push/pop sequence. A zip file including all files for e2 studio 2022-07 and GNURX 8.3.0.202202 is posted in the following Renesas’ Japanese user forum URL.
Where to start?
Hi i came across this site for open source GCC compiler for rl78 / g14 [ 104bca ] . my team member said there is a good support and knowledge base available online for these controllers, but i spent a

日本語