Hello, I need some helps on solving the Error: Unrecognized Opcode.
I refer the documentation which is the User Guide from Intel Pathfinder for RISC - V.
In this project, I had created FreeRTOS Project RISC - V Blinky and chosen the toolchain as Intel Baremetal Toolchain for RISC - V. Then, I had made some settings on Tool Settings and Build Steps parts when creating the new C project.
After that, I applied these settings and build the created project. However, I got the Error: Unrecognized Opcode and it failed my project building.
What should I do or have I missed any important steps on doing this project?