Blog Archives

Are there any examples how to define ISR vectors?

Hi Michael, Thank you for your patience! The interrupt service routines are completely different, to verify them first please create a new sample project in e2 Studio and investigate the interrupt_handlers.c and interrupt_handlers.h files, as well as vector_table.c. The GCC

How to avoid the e2 studio workspace bloat problem

Hi Adam, To limit the size of the “.metadata” folder, you may configure it accordingly in the Window menu, as follows: Window -> Preferences -> General -> Workspace -> Local history -> Limit History Size Also, please notice that although we offer

Fix for Warning: the current language does not match this frame.

Thank you Adam for posting details on how you were able to get it working again! This will surely be helpful to other people as well in the future. — Kind regards, The GNU Tools Support Team

GNUARM-NONEV16.01-EABI Compiler Crash

Hello Adam, Thank you for your patience much appreciated! Regarding your issue with the latest version of the compiler, at the moment we can confirm that the issue is still persistent. While we are trying to resolve the bug, as

where are the iodefine.h and iodefine_ext.h files?

Hello, Thank you for reaching out to us! Please note that your question about Applilet is related to e2 Studio/Applilet, which does not apply to the type & level of support we are offering on our end. While we do

Why does rand() return (max) 32767 when RAND_MAX is defined as 0x7fffffff?

Hello, We appreciate your patience while we investigated the issue. We were able to reproduce the problem on our end, as follows: when using optlib, the problem is reproducible easily: please search the toolchain installation folder (versions below 16.01), specifically in file

Eclipse and GNU tools

Hello, Thank you for reaching out to us – could you please specify if you wish to integrate GNU GCC into a standard Eclipse distribution and not into e2 Studio? If you wish to integrate GNU GCC into a standard

GNUARM-NONEV16.01-EABI Compiler Crash

Hello, Thank you for your report! This will help us greatly in expediting the fix for the issue you have experienced. One question however: is the code proprietary? If so, we can mark this query as private, so it is only available

Using SH-4a GDB with renesas built image

Hi John, Based on my understanding, ‘renesas_cc_converter.exe’ is being used for CCRL (Renesas RL78). Support team should be able to confirm this. And Renesas RXC/CCRX toolchain uses DebugComp\RX\rx_converter.exe. i.e., rx converter is used to convert the Renesas RXC / CCRX

Using SH-4a GDB with renesas built image

Hi John, The sh converter should be located in the DebugComp\SH\ directory e.g., e2studio_4.x.x.xx\DebugComp\SH\sh_converter.exe This is shipped as part of “SH” e2 studio components i.e., SH is provided as an installable package as part of e2 studio installer, please ensure you have selected

Support