-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error CYW43 lib #4
Comments
the file path for this error is : pico-sdk/src/rp2_common/pico_cyw43_arch/cyw43_arch.c:93:134 |
That's correct. Are you using SDK 1.5.0?
…On Mon, 24 Jul 2023, 12:35 LilianDubois, ***@***.***> wrote:
I have this error when i compile :
error: 'CYW43_CHANNEL_NONE' undeclared (first use in this function); did
you mean 'CYW43_LINK_NONET'?
Do you know why ?
—
Reply to this email directly, view it on GitHub
<#4>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOWFSB7IXB4EYQBZQUBKALDXRZMZ5ANCNFSM6AAAAAA2VOJUI4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I am using the latest sdk. On github it's 1.5.1 |
This compiles and works against SDK 1.5.0 with the versions of Wolfssl and
Freertos I reference from the repo. Others have also successfully compiled
so surprised you had this error.
I'm away this week but can check when I return.
…On Mon, 24 Jul 2023, 12:39 Jon Durrant, ***@***.***> wrote:
That's correct. Are you using SDK 1.5.0?
On Mon, 24 Jul 2023, 12:35 LilianDubois, ***@***.***> wrote:
> I have this error when i compile :
>
> error: 'CYW43_CHANNEL_NONE' undeclared (first use in this function); did
> you mean 'CYW43_LINK_NONET'?
>
> Do you know why ?
>
> —
> Reply to this email directly, view it on GitHub
> <#4>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AOWFSB7IXB4EYQBZQUBKALDXRZMZ5ANCNFSM6AAAAAA2VOJUI4>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
|
No problem |
It compiles perfectly with SDK 1.5.0! Thanks for a job well done! |
Interestingly nothing in the Release notes to suggest an update!
…On Mon, 24 Jul 2023, 12:51 LilianDubois, ***@***.***> wrote:
It compiles perfectly with SDK 1.5.0! Thanks for a job well done!
Now you know you have an error with SDK 1.5.1...
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOWFSB76OMSESICMJWBDWCTXRZOVTANCNFSM6AAAAAA2VOJUI4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I've run a clean build with SDK 1.5.1 and it compiles fine. I can't
reproduce the issue you have seen.
Jon
…On Mon, Jul 24, 2023 at 12:53 PM Jon Durrant ***@***.***> wrote:
Interestingly nothing in the Release notes to suggest an update!
On Mon, 24 Jul 2023, 12:51 LilianDubois, ***@***.***> wrote:
> It compiles perfectly with SDK 1.5.0! Thanks for a job well done!
> Now you know you have an error with SDK 1.5.1...
>
> —
> Reply to this email directly, view it on GitHub
> <#4 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AOWFSB76OMSESICMJWBDWCTXRZOVTANCNFSM6AAAAAA2VOJUI4>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have this error when i compile :
error: 'CYW43_CHANNEL_NONE' undeclared (first use in this function); did you mean 'CYW43_LINK_NONET'?
Do you know why ?
The text was updated successfully, but these errors were encountered: