I don't know how to upload and target the enhanced firmware in BCC(I understand is Bricx CC). Could you please explain a little bit more?
PS. Sorry for the quote thing.
Search found 3 matches
- 03 Jul 2011, 20:36
- Forum: Mindstorms Software
- Topic: Unexpected "File Error!"
- Replies: 6
- Views: 6883
- 03 Jul 2011, 18:37
- Forum: Mindstorms Software
- Topic: Unexpected "File Error!"
- Replies: 6
- Views: 6883
Re: Unexpected "File Error!"
I don't know it there are more issues, but you can't return angles because you can't return more-dim arrays Angles[0] = degsAngle1; Angles[1] = degsAngle2; return Angles; what file error do you get? (number?) The error I get is not in the compiling, I jut get a "File Error!" text in the N...
- 03 Jul 2011, 18:16
- Forum: Mindstorms Software
- Topic: Unexpected "File Error!"
- Replies: 6
- Views: 6883
Unexpected "File Error!"
Hi everyone, I'm working on a simple arm with two rotational degrees of freedom(it only acts in 2d). The idea is to place a pen at the tip and draw simple things with it. I'm having some trouble because the program compiles well but when I execute it in the brick I immediately get "File Error!&...