Blog Archives

In E2 I want to write some data in the .text section of an address, what should i do?

Hello MrSprint, In order to place a variable at a specific address, you can use either: 1. #pragma ADDRESS var_name 0x1234… 2. split your text section in order to be able to define another section at your desired address; then

How do i get GCC to compile my register structure?

Hello Michael, By following the link below you can find a project we used to test the compilation of the code excerpt you have sent us. It compiles just fine. If still in doubt, we would appreciate you send us

How do i get GCC to compile my register structure?

Hello Michael, First of all “Port_2” uses a capital “P”, but it is used with a lowercase “p”. Then, seeing that you are using C++ constructs in your code, you should either: 1. compile it using rx-elf-g++ instead of rx-elf-gcc

How to fix Linker Errors?

Hello Semba, The missing file is most probably to be found in the IO-Link Starter Kit. Besides having the source files of that functionality copied into your project, you should ensure the compiler is able to find the necessary header

rx-elf-ld fails with undefined reference to `__errno’

Hello Marc, In order for us to be able to provide a comprehensive answer, we’ll need more information including, but not limited to: – toolchain version – used library(optlib/newlib) – library build mode(prebuilt, project built) Thank You, Grigore Dobra, The

GCC for Renesas RX Setup can not auth. code validate thru HTTP proxy — Installation canceled

Hello Vlad, We are sorry to hear you have had issues with the installer. We have marked this question as private, so it is not visible to other users, since the authentication code is unique for each user. Please try the following

Documentation for libraries used with RL78

Hello, Please find here the third screenshot relating to the previous answer. — Thank you, Noemi Bugyi The GNU Tools Team

Documentation for libraries used with RL78

Hello, Could you please tell us why don’t you wish to use rl78-elf-gcc for linking as well? Using rl78-elf-gcc for linking would reduce the possibility of error occurrences. If you still wish to link with rl78-elf-ld please follow my example

GNUARM-NONEV16.01-EABI Compiler Crash

Hello Adam, In order to use a toolchain from GNU ARM Embedded instead of the one you are using now, you will have to convert your project from KPIT GNUARM to GNU ARM EMBEDDED. To convert your project follow the

GNUARM-NONEV16.01-EABI Compiler Crash

Hello Adam, We appreciate your patience. As you know, this problem was out of our hands the entire time, but we did reach out to the team capable of handling it and they have now confirmed to us that it

Support