Skip to content
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

String.count -> UInt8 link fail #56

Open
mredig opened this issue Aug 23, 2024 · 0 comments
Open

String.count -> UInt8 link fail #56

mredig opened this issue Aug 23, 2024 · 0 comments

Comments

@mredig
Copy link
Contributor

mredig commented Aug 23, 2024

So far, the following sample code has failed in two separate projects for me:

let a = "asdf".count
let b = UInt8(a)

Compilation appears to succeed, but fail on the linking step. Let me know if you need more to go on.

Oh - working with espidf and compiling to an esp32c3, if any of that matters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant