-
Notifications
You must be signed in to change notification settings - Fork 14
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
bus error #5
Comments
I receive the same error even in a simple code that just counts from 1 to 100. |
Please let me know which OS image and which kernel you are using. There may On Mon, May 30, 2016 at 10:29 PM, Aman Agrawal [email protected]
|
Problem resolved. |
I also meet the same error when compiling and running a simple Arduino-like UART codes as follws: include "UserPinConfig.h"using namespace std; void setup(){
} void loop(){
} But the strange thing is that: I really do not know why it happens and could you help me? |
Have you configured the appropriate pins (for your case it's P9_11 and P9_13) in UserPinConfig.h? |
im getting this error:
"./build-source: line 2: 2025 Bus error ./main"
even when i upload just a simple blink code so no source of error in code.
The text was updated successfully, but these errors were encountered: