Replies: 1 comment
-
To add a comment myself, I managed to fix this problem by changing stuff pointing to launch.h to use constant values instead. At least now it builds the UF2 for PicoW. I have yet to try if this works in my C64. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get the following error when trying to use this together with the official Pico-SDK and using the newer MSI-install for Windows. Other Pico-W projects are building and working so most of the SDK seem to be good. It's complaining about launchCode that is implemented as a "const uint8_t launchCode[127] =" in launch.h. Is there are warning level that must be changed or I'm a doing something wrong?
[{
"resource": "/c:/git/picoExamples/pico-examples/pico_w/wifi/SIDkick/SKpico.c",
"owner": "C/C++: IntelliSense",
"code": "28",
"severity": 8,
"message": "expression must have a constant value",
"source": "C/C++",
"startLineNumber": 721,
"startColumn": 30,
"endLineNumber": 721,
"endColumn": 40
},
Beta Was this translation helpful? Give feedback.
All reactions