Hi, community members!
I'm using RX tool chain "GCC for Renesas 8.3.0.202411-GNURX Windows Toolchain (ELF)" from
"">llvm-gcc-renesas.com/.../". (latest version)
And I build a source code previous project for RX651. And I got a following errors.
c:/programdata/gcc for renesas rx 8.3.0.202411-gnurx-elf/rx-elf/rx-elf/bin/../lib/gcc/rx-elf/8.3.0.202411-GNURX/../../../../rx-elf/bin/ld.exe: cannot find -loptm
c:/programdata/gcc for renesas rx 8.3.0.202411-gnurx-elf/rx-elf/rx-elf/bin/../lib/gcc/rx-elf/8.3.0.202411-GNURX/../../../../rx-elf/bin/ld.exe: cannot find -loptc
The program is using "liboptm.a" and "liboptc.a".
Where can I get these libraries ?
Best Regards.
a-oka.
Hello,Thank you for posting your question online.Could you please share your project for further investigation?Thank you,Panos
The program is using "liboptm.a" and "liboptc.a"
What "program" are you trying to build? liboptm and liboptc are not standard libraries provided with the GCC toolchain, these have to have built separately or provided outside of the installation of the tools.
It is my customer's project file, then I cannot share it.
Best Regards,
a-oka
The program is original control program which made by other person. Unfortunetely, I cannot contact him. It is using liboptm.a and liboptc.a. I want to get it.
I also found the webpage these libraries are provided separately, as you commented above.
Where can I contact to get them ?
Best Regards
Can you please share the mentioned website? I am not at all familiar with these libs, as such a reference would be helpful.
These are the URLs which I found. It was NOT a part of GNU-gcc. I think it released by request base.
https://llvm-gcc-renesas.com/release-notes/pdfs/v850/v850-toolchain-v14.01/releasenotes_gnuv850v1401.pdf
https://blueeyes.sakura.ne.jp/2019/01/02/1846/
llvm-gcc-renesas.com/.../ReleaseNotes_gnurxv1601.pdf
I think they are provided from KPIT and renesas contact. They can found on following document.
https://llvm-gcc-renesas.com/release-notes/rx/latest/12.03/ReleaseNotes_gnurxv1203.pdf
And these are provided only binary.
Source code may get from "">www.ymcn.org/2347866.html". But it may be illigal source.
And I try to install GNU-GCC-RX 12.03 from "llvm-gcc-renesas.com/.../".
I thought it might be included in version 12.03, so I tried to install it, but the installer started talking about license activation, redirected me to suspicious sites, and attempted to install a virus. This is extremely dangerous.