c-utils icon indicating copy to clipboard operation
c-utils copied to clipboard

Fix Zephyr (gcc) build issues

Open rustylocker opened this issue 2 months ago • 3 comments

I'm using libosdp-rs in Zephyr building with GCC (defined __BARE_METAL__, __ZEPHYR__ ). And I faced the following issues:

  • Duplicated symbol gettimeofday (linker issue) and
  • __noreturn undefined

rustylocker avatar Nov 06 '25 13:11 rustylocker