xiaoxiang781216 commented on PR #1125: URL: https://github.com/apache/mynewt-nimble/pull/1125#issuecomment-1424120720
@sjanc arm-none-eabi-gcc doesn't support -m32: ``` arm-none-eabi-gcc: error: unrecognized command-line option '-m32'; did you mean '-mbe32'? make[3]: *** [/github/workspace/sources/apps/Application.mk:157: /github/workspace/sources/apps/wireless/bluetooth/nimble/mynewt-nimble/porting/nimble/src/os_mbuf.c.github.workspace.sources.apps.wireless.bluetooth.nimble.o] Error 1 arm-none-eabi-gcc: error: unrecognized command-line option '-m32'; did you mean '-mbe32'? ``` It's good to enable it in the common place? -- 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]
