wangtao13 commented on issue #19178: URL: https://github.com/apache/nuttx/issues/19178#issuecomment-4761240580
I found the `up_checkarch` is defined in files in `libs/libc/machine/arch_name/arch_elf.c`, where the `arch_name` are: ``` x86 arm64 x86_64 risc-v xtensa sim armv7-a armv8-m arm armv7-r armv7-m armv8-r armv6-m ``` It does NOT support `mips`. So, how to add `mips` support to l`ibs/libc/machine/`? -- 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
