Timeline for Segmentation fault at Serial.begin()
Current License: CC BY-SA 3.0
16 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
May 16, 2018 at 4:14 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Apr 16, 2018 at 3:19 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Mar 17, 2018 at 2:20 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Feb 15, 2018 at 2:19 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jan 16, 2018 at 2:00 | answer | added | imabug | timeline score: 1 | |
Jan 15, 2018 at 23:12 | comment | added | Petr Lousa | Thanks for help! The official Arduino binaries did the trick :) Could you please transform the comment into an answer as I could then upvote and accept it? Thanks a lot. | |
Jan 15, 2018 at 23:01 | comment | added | Chris Stratton | If you install the download in a unique path, probably, but safer to remove the redhat version with their package manager. This looks to be the same as the bug the Arduino-Makefile project is talking about, applying to at least the fedora type avr-gcc package over a wide range of versions. You might be able to fix it if you can get the IDE to add the build flag they discuss, but simpler just to use the working download from Arduino unless you particularly want to avoid that. | |
Jan 15, 2018 at 22:58 | comment | added | Majenko | Do not install from repos. Download the official tarball from Arduino. | |
Jan 15, 2018 at 22:58 | comment | added | Petr Lousa |
@ChrisStratton I installed using sudo dnf install arduino . The blink works as it should. I also tested a switch and it works as well. Is it possible to download the binary and run it along the redhat version?
|
|
Jan 15, 2018 at 22:56 | comment | added | Petr Lousa |
@ChrisStratton which arduino provided /usr/bin/arduino , then find /usr/bin/arduino -name avr-gcc did not output anything. ls -l /usr/bin/avr-gcc gives -rwxr-xr-x. 2 root root 830016 Aug 2 20:40 /usr/bin/avr-gcc and /usr/bin/avr-gcc --version` gives avr-gcc (Fedora 6.3.0-3.fc27) 6.3.0
|
|
Jan 15, 2018 at 22:51 | comment | added | Petr Lousa | Edited the question - version 1.8.4, installed from repos. I didn't setup any magic with avr-gcc - I did not change anything. | |
Jan 15, 2018 at 22:49 | comment | added | Chris Stratton |
How did avr-gcc find its way into /usr/bin ? How exactly have you installed Arduino? Are you intentionally using an avr-gcc different than the one packaged with it, or is that an accidental case of a system version overriding Arduino's?
|
|
Jan 15, 2018 at 22:49 | history | edited | Petr Lousa | CC BY-SA 3.0 |
added 39 characters in body
|
Jan 15, 2018 at 22:41 | comment | added | Majenko | What IDE version are you running? And how did you install it? | |
Jan 15, 2018 at 22:41 | review | First posts | |||
Jan 15, 2018 at 22:44 | |||||
Jan 15, 2018 at 22:40 | history | asked | Petr Lousa | CC BY-SA 3.0 |