| Summary: | Variable {runtime.tools.avr-gcc.path} is undefined | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jaroslav Škarvada <jskarvad> |
| Component: | arduino | Assignee: | Dennis Chen <barracks510> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | barracks510, giallu, mavit, tchollingsworth, thozza |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | arduino-1.6.4-6.fc23 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-25 01:25:52 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
arduino-1.6.4-6.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-7e93e73570 arduino-1.6.4-6.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-7e93e73570 arduino-1.6.4-6.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: The {runtime.tools.avr-gcc.path} is undefined so it doesn't compile the code out of the box for third-party platforms (e.g. RepRap Melzi board). Version-Release number of selected component (if applicable): arduino-1.6.4-4.fc23.noarch How reproducible: Always Steps to Reproduce: 1. Install platform which defines 'compiler.path={runtime.tools.avr-gcc.path}/bin/' in its platform.txt 2. Compile for such platform Actual results: Cannot run program "{runtime.tools.avr-gcc.path}/bin/avr-g++" (in directory "."): error=2, Directory or file doesn't exist Expected results: No error Additional info: As Fedora provides avr-gcc, which is the default compiler, I think the {runtime.tools.avr-gcc.path} variable should be preset to some sane default (maybe /usr?). The variable is installed by platform.keys.rewrite.txt from arduino. There is also some discussion upstream: https://github.com/arduino/Arduino/issues/2982