Re: [PR] tools: Export LLVM flags for kernel build [nuttx]

2025-01-26 Thread via GitHub
xiaoxiang781216 merged PR #15696: URL: https://github.com/apache/nuttx/pull/15696 -- 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...@nu

Re: [PR] tools: Export LLVM flags for kernel build [nuttx]

2025-01-25 Thread via GitHub
no1wudi commented on PR #15696: URL: https://github.com/apache/nuttx/pull/15696#issuecomment-2614211640 So for this issue it's not enough by just add LLVM relative flags, but need further work to build an ELF file from Rust toolchain directly. -- This is an automated message from the Apac

Re: [PR] tools: Export LLVM flags for kernel build [nuttx]

2025-01-25 Thread via GitHub
lupyuen commented on PR #15696: URL: https://github.com/apache/nuttx/pull/15696#issuecomment-2614209655 Sorry @no1wudi the `hello_rust_cargo` ELF seems to be missing from `apps/bin`? Other apps are OK. Thanks :-) https://gist.github.com/lupyuen/98e110d5228c9d2eaee16e8a3734055b ```text

Re: [PR] tools: Export LLVM flags for kernel build [nuttx]

2025-01-25 Thread via GitHub
no1wudi commented on PR #15696: URL: https://github.com/apache/nuttx/pull/15696#issuecomment-2614199929 @lupyuen Could you try this patch for rust support with kernel mode? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[PR] tools: Export LLVM flags for kernel build [nuttx]

2025-01-25 Thread via GitHub
no1wudi opened a new pull request, #15696: URL: https://github.com/apache/nuttx/pull/15696 ##Summary - Added LLVM_ARCHTYPE, LLVM_CPUTYPE, and LLVM_ABITYPE to the exported build configuration in both `Export.mk` and `mkexport.sh` - These flags are now included in the generated `makeinfo