Search Results

Search results 1-2 of 2.

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

  • Hi Trying to link very simple aes risc-v code and falling on the linker phase : error: undefined symbol __SEGGER_RTL_X_get_time_of_day referenced by symbol gettimeofday (section .text.libc.gettimeofday in file timeops.o (mbops_timeops_rv32i_balanced.a)) error: undefined symbol test_rdinstret referenced by symbol $x.0 (section .text.test_aes_128 in file test_block_aes_128.o) undefined symbol __SEGGER_RTL_X_get_time_of_day referenced by symbol gettimeofday (section .text.libc.gettimeofday in file …

  • 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 : ======================================================== =========================…