0

サポートご担当者様

I hope this message finds you well. I am writing to inquire about warning messages that I am encountering while using the GCC for Renesas RX compiler.

Specifically, when compiling C programs for the RX651 microcontroller, I am receiving the following warnings:

warning: _getpid is not implemented and will always fail
warning: _kill is not implemented and will always fail

I understand that these warnings pertain to the _getpid and _kill functions not being implemented.
However, I would appreciate further clarification on why these functions are not implemented and whether there are any plans to address this in future releases of the compiler.

Additionally, I primarily use e2 Studio version 23_07 for my development tasks. When I enable the Linker Option –specs=nano.spacs, I notice that warnings transform into errors, providing a clearer indication of potential issues. However, upon upgrading to e2 Studio version 24_01, I have observed that warnings persist even with the same Linker Option enabled.Could you kindly provide some insight into why this discrepancy exists between versions? Is there a specific reason why warnings remain in version 24_01 despite the Linker Option being enabled? Additionally, I would appreciate any guidance on how to address this issue or whether there are any updates or patches planned to address it in future releases.

Thank you for your attention to this matter. I look forward to your response.
よろしくお願いいたします。

Open Source Tools Support selected answer