no1wudi commented on PR #13245:
URL: https://github.com/apache/nuttx/pull/13245#issuecomment-2320413281

   > Why not generate structure code dynamically, but bind statically?
   
   Please see https://github.com/apache/nuttx/issues/12960, generate structure 
code dynamically is OK on technical, but binary compatibility cannot be 
guaranteed.
   
   Thus the libc/libstd of Rust can not be built without NuttX develop 
enviroment, if you want to use them, you must use the nighlty toolchain of Rust 
instead of stable toolchain.
   
   Consider in Rust, the direct use of structs from libc is not very common, so 
there is an opportunity to implement binary compatibility for these structs.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to