Open
Description
Had prior experience with MyNewt. Spent a few hours bothered people on slack about my failing build. I the end there was a problem with a space in the path.
Would get an error like this:
Compiling repos/apache-mynewt-core/boot/bootutil/src/bootutil_misc.c
Error: cc1: note: obsolete option -I- used, please use -iquote instead
repos/apache-mynewt-core/boot/bootutil/src/image_ec256.c:24:15: error: missing binary operator before token "("
#if MYNEWT_VAL(BOOTUTIL_SIGN_EC256)
When trying to build the bootloader. That is a gcc error.
It should either detect the space and fail letting you know that that is the problem or escape the spaces.
Metadata
Metadata
Assignees
Labels
No labels