Blog Archives

Source code for installer and prebuilt binaries

Hi Manisimov, We apologize for the inconvenience. Which version of the GCC for Renesas toolchain are you using please, and for which target? We have a dedicated page for every toolchain with the source code on our website: https://llvm-gcc-renesas.com. Please check

binutils-2.24_2019Q2 rebuilding method

Hello, I had the same issue with missing file during build: mv: cannot stat ‘bfd.po’ : No such file or directory   I fixed this by configuring binutils without “–enable-maintainer-mode” flag

File not found

Hello, Thank you for reaching out to us! Unfortunately, we were unable to reproduce the issue reported. In order to help you, please let us know more details about the project configuration (e.g toolchain version, device of the project, additional

LLVM Build?

Dear Jim, Thank you for reaching out to us. Currently there is no plan to migrate to LLVM for Renesas RX, however, we are constantly monitoring both GCC and LLVM to see if a port makes good business sense. __

LLVM-RL78 clang ld.lld’s incorrect relocation address problem

Dear NoMaY-san, Upon investigating further, the issue seems to be that the assembly code that references the variables is placed in a section which has some missing flags. To instruct the linker that the custom section should be checked for

ソースコードの開示について

こんにちは、 お問い合わせいただきありがとうございます! ソースコードに加えた変更を開示する必要はありません。 これについての詳細はここで見つけることができます: https://www.gnu.org/licenses/gcc-exception-3.1.en.html __ 宜しくお願いします、 オープンソースツールチーム

GNU Gcc compiler

Hello, Thank you for reaching out to us! The GCC RX 2021q2 toolchain is no longer providing the prebuilt optlib library, so we suggest changing the library type to prebuilt newlib. You can also check the Use newlib-nano checkbox from

LLVM-RL78 clang assembler shows stack dump when wrong assembly code is written

Dear NoMaY-san, Thank you for reporting this issue. We are aware that currently we are showing a stack dump in many cases where the assembler code is not correct. This is planned to be resolved in the next release. __ Best

LLVM support for Code Generator or Smart Configurator for RL78/G14

Hello, Applilet3 seems to work with e2 studio’s LLVM-RL78 project. (I’m sorry that the following screen copies include Japanese text.) Best regards, NoMaY

How to solve ld.lld error ‘relocation R_RL78_DIR16U_RAM out of RAM range’

Dear NoMaY-san, The ld.lld linker is looking for the __data symbol to get the start of RAM. If it does not find this symbol, it will consider that the start of RAM is at 0xfef00. We have changed the start

Support