-
Hi folks! Clearly I'm doing something wrong, but I can't work out what. Any tips welcome, thanks! :-) The script I'm running:
And then I run it and hit a compile error:
Indeed looking at source code, I can't find identifier declarations, e.g.:
But I'm no C++ expert, so maybe this is expected. It looks like this code was introduced in 47d51a0 over 3 months ago, so it must be something I'm doing, because somebody would have noticed since then I'm sure. Any tips welcome, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This is a problem with tools/cflashy.c, the new serial bootloader version from Circle, written in C, which obviously cannot be build on MacOS. I do not have a Mac and wasn't able to test this. This patch should help to disable cFlashy on MacOS, so that you can build the other libraries and files:
|
Beta Was this translation helpful? Give feedback.
This is a problem with tools/cflashy.c, the new serial bootloader version from Circle, written in C, which obviously cannot be build on MacOS. I do not have a Mac and wasn't able to test this. This patch should help to disable cFlashy on MacOS, so that you can build the other libraries and files: