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.