Blog Archives
Eclipse and GNU tools
Hi, How can we integrate a GNU GCC in eclipse? (New Eclipse IDE : NEON for windows OS) Thanx
Why does rand() return (max) 32767 when RAND_MAX is defined as 0x7fffffff?
Using the 15.02 toolchain for RX100 series and stdlib.h, we found that rand() always returns a value < 32768 (implying an int16_t) even though __RAND_MAX is defined in config.h as 0x7fffffff (int32_t). Is this intended behavior, a bug, or does
GNUARM-NONEV16.01-EABI Compiler Crash
Hi, Linked below is a project that demonstrates the following compiler crash: Compiler Crash (http://www.ardware.co.uk/compilercrash.zip) cc1plus.exe: out of memory allocating 107868728 bytes src/subdir.mk:18: recipe for target ‘src/modules2.o’ failed make: *** [src/modules2.o] Error 1 Compiles OK without optimisation. Best regards, Adam.
Why am I obtaining the wrong format ?
Hello, I had a problem with my old cross-compiler with the fPIC option, so I wanted to update it and that’s how I found this website and I tried the sh cross-compiler from here. But I don’t have the good
kpit forum database
Hi, I’d like to know if the Kpit forum database will be avaible using this new interface. the lost of this infos will be really unlucky ! kind regards hervé
Bad link for: https://llvm-gcc-renesas.com/manuals/SH-ABI-Specification.html
The SH-ABI link in here is busted: https://llvm-gcc-renesas.com/useful-links/ Thanks!
Using SH-4a GDB with renesas built image
Is it possible to use Sh-gdb to debug a binary that is built using Renesas toolchain? Thanks, John
Is there any documentation or an application note on section mapping with the GNUARM-NONE-EABI tool chain?
Hi, Due to the nature of the internal RAM of the RZ/A1H I would like to map portions of the code and data into particular pages of internal RAM. Previous Renesas tool chains had #pragma extensions for this purpose
Where is the documentation which describes the initialisation of the C++ standard library?
Where is the documentation which describes the initialisation of the C++ standard library? The E2Studio project generator only adds the code: extern “C” void __main() { static int initialized; if (! initialized) { typedef void (*pfunc) (); extern pfunc __ctors[];
Will there be 64-bit binaries available for Linux in the future (including iodefines) and/or a simple tar.gz/tar.bz2 package?
First part is just for convenience and because I think that most dev machines are running 64-bit OSes today. iodefines/iodefine.h for the various RX devices are currently missing. The third part is again more or less also just for convenience

日本語