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

"omake" build tools don't work with Arduino 1.5.x and 1.6.x IDE versions #118

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment
Assignees
Labels
auto-migrated Came from the Google Code repository bug tracker. Component-Scripts Maintainability Fixing this should improve the readablity/maintainabiity of Optiboot. OpSys-OSX Bug only occurs in Apple Mac environment. OpSys-Windows Bug only occurs in Windows environment. Priority-Medium Type-Defect Confirmed to be an actual bug.

Comments

@GoogleCodeExporter
Copy link

the omake utility, which builds optiboot using the tools that are included in 
the arduino IDE (so that you don't have to install any other AVR development 
environment just to compile a custom optiboot) does not work in the 1.5.x beta 
IDE, or in the 1.6 release version of the Arduino IDE.

This is because the arduino IDE is no longer including binaries for tools like 
"make" and "bash" that are needed for the build.

This is unlikely to be fixed :-(

Workaround: install a 1.0 based copy of the arduino IDE and use that as the 
tool/build directory for optiboot.

Original issue reported on code.google.com by wes...@gmail.com on 26 Feb 2015 at 10:54

@GoogleCodeExporter
Copy link
Author

There are some issues with using the older released of Arduino IDE centered 
around the compiler - specific example, the 1.0.x release has a down-rev 
compiler which does not recognize all the AVR chips, e.g. the ATmega64M1, or 
has errors (e.g. ATmega32M1).

And yes, there are a ton of things broken in 1.6.0 with regards to trying to 
recompile optiboot files. Even copying up the utils directory does not solve 
them all...

Original comment by mv.Vikin...@gmail.com on 4 Mar 2015 at 3:29

@GoogleCodeExporter GoogleCodeExporter added Type-Defect Confirmed to be an actual bug. Priority-Medium auto-migrated Came from the Google Code repository bug tracker. Maintainability Fixing this should improve the readablity/maintainabiity of Optiboot. Component-Scripts OpSys-Windows Bug only occurs in Windows environment. OpSys-OSX Bug only occurs in Apple Mac environment. labels Mar 14, 2015
@WestfW WestfW self-assigned this Mar 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-migrated Came from the Google Code repository bug tracker. Component-Scripts Maintainability Fixing this should improve the readablity/maintainabiity of Optiboot. OpSys-OSX Bug only occurs in Apple Mac environment. OpSys-Windows Bug only occurs in Windows environment. Priority-Medium Type-Defect Confirmed to be an actual bug.
Projects
None yet
Development

No branches or pull requests

2 participants