Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hello, for a RISC-V simple executable project , I am encountering an "illegal instruction" error when using 'aes32esi'. The code compiles without any errors, but the error occurs at runtime. SEGGER setup: - arm_assembler_variant = "SEGGER" - asm_additional_options = "-target-feature;+zkne;-target-feature;+zknd;-target-feature;-zscrypto" - c_additional_options = "-target-feature;+zkne;-target-feature;+zknd" error : ======================================================== =========================…