lupyuen commented on issue #14773: URL: https://github.com/apache/nuttx/issues/14773#issuecomment-2475899676
@xiaoxiang781216 Yep it compiles OK on macOS Arm64 yay! But wonder if it's supposed to Seg Fault? https://gist.github.com/lupyuen/a4a6351912ebb49fc8d9db37667465e1 ```text $ tools/configure.sh sim:lua $ kconfig-tweak --enable CONFIG_PIPES $ grep CONFIG_PIPES .config CONFIG_PIPES=y $ make olddefconfig $ make LD: nuttx Pac SIM with dynamic libs.. /bin/bash: ldd: command not found /bin/bash: readelf: command not found SIM elf with dynamic libs archive in nuttx.tgz $ ./nuttx [1] 79532 segmentation fault ./nuttx ``` -- 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]
