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

Can not finish initial build #71

Open
eflukx opened this issue Jun 25, 2017 · 0 comments
Open

Can not finish initial build #71

eflukx opened this issue Jun 25, 2017 · 0 comments

Comments

@eflukx
Copy link

eflukx commented Jun 25, 2017

New to Rust, but I surely like the idea to develop an application on the CC3200 with Rust. Exited to find cc3200-rs and can't wait to try it out 😄!

When running ./build.sh I got the following errors (about a dozen, but all similar):

error[E0220]: associated type `Err` not found for `Self`
   --> cc3200-sys/src/simplelink.rs:93:53
    |
93  |               fn try_from(value: i32) -> Result<Self, Self::Err> {
    |                                                       ^^^^^^^^^ associated type `Err` not found
...
112 | / c_like_enum_neg! {
113 | |     WlanError {
114 | |         ROLE_STA_ERR = -1,
115 | |         ROLE_AP_ERR = -2,
...   |
133 | |     }
134 | | }
    | |_- in this macro invocation

Running rustc 1.20.0-nightly (c9bb93576 2017-06-24)

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