anchao commented on PR #15765: URL: https://github.com/apache/nuttx/pull/15765#issuecomment-2636121996
> Sorry @anchao I tested the new branch `anchao:25020501` for NuttX and Apps, it fails to build for rv-virt:knsh64. Did I miss something? Thanks :-) https://gist.github.com/lupyuen/58c3b955a0c222776af523662561c494 > > ``` > + git clone https://github.com/anchao/nuttx --branch 25020501 nuttx > + git clone https://github.com/anchao/nuttx-apps --branch 25020501 apps > + tools/configure.sh rv-virt:knsh64 > + make -j > > CC: driver/fs_registerblockdriver.c In file included from binfmt_globals.c:29: > binfmt.h:261:5: error: conflicting types for 'elf_initialize'; have 'int(void)' > 261 | int elf_initialize(void); > | ^~~~~~~~~~~~~~ > ``` @lupyuen Thank you, I updated my modification and changed elf to libelf, so that rv-virt:knsh64 can be compiled successfully, but I found a new issue, rv-virt:knsh64 cannot be started normally on my platform, even if I roll back my changes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org