With a bit of effort I was able to get Makefile.linux working correctly
on my system.
The result was a plethora of compiler warnings from various libraries.
I am new to the arduino, but not to embedded and open source. Are their
provisions for submitting trivial patches - such as added castings, or
resolving signed vs. unsigned issues ?
Is there even interest in seeing warnings cleared up ?
--
Dave Lynch DLA Systems
Software Development: Embedded Linux
717.587.7774 http://www.dlasys.net
Over 25 years' experience in platforms, languages, and technologies too
numerous to list.
"Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a lot of courage to move in the opposite
direction."
Albert Einstein
_______________________________________________
Developers mailing list
http://arduino.cc/mailman/listinfo/developers_arduino.cc
)
Which Makefile.linux did you get working? I've got Makefile.linux in
fork that I use for testing. It automatically compiles and runs every
sketch in a specific directory. Not quite what you're looking for. But
could be helpful.
https://github.com/ricklon/Arduino/blob/master/testing/tests/Makefile.linux
https://github.com/ricklon/Arduino/blob/master/testing/tests/Makefile.master
--Rick
On Thu, Mar 3, 2011 at 4:02 PM, David Lynch Jr. <> wrote:
> With a bit of effort I was able to get Makefile.linux working correctly
> on my system.
> The result was a plethora of compiler warnings from various libraries.
> I am new to the arduino, but not to embedded and open source. Are their
> provisions for submitting trivial patches - such as added castings, or
> resolving signed vs. unsigned issues ?
> Is there even interest in seeing warnings cleared up ?
>
>
>
> --
> Dave Lynch DLA Systems
> Software Development: Embedded Linux
> 717.587.7774 http://www.dlasys.net
> Over 25 years' experience in platforms, languages, and technologies too
> numerous to list.
>
> "Any intelligent fool can make things bigger and more complex... It
> takes a touch of genius - and a lot of courage to move in the opposite
> direction."
> Albert Einstein
>
>
>
>
> _______________________________________________
> Developers mailing list
>
> http://arduino.cc/mailman/listinfo/developers_arduino.cc
>
--
President
Fair Use Building and Research (****) Labs
http://****labs.org
_______________________________________________
Developers mailing list
http://arduino.cc/mailman/listinfo/developers_arduino.cc
)
I'm open to such patches. There's one here:
http://code.google.com/p/arduino/issues/detail?id=208 that I'd apply
but I was confused by the use of avr/util/delay.h instead of
util/delay.h. Feel free to respond on the issue or submit an improved
patch. I'll get to it eventually.
On Thu, Mar 3, 2011 at 4:02 PM, David Lynch Jr. <> wrote:
> With a bit of effort I was able to get Makefile.linux working correctly
> on my system.
> The result was a plethora of compiler warnings from various libraries.
> I am new to the arduino, but not to embedded and open source. Are their
> provisions for submitting trivial patches - such as added castings, or
> resolving signed vs. unsigned issues ?
> Is there even interest in seeing warnings cleared up ?
>
>
>
> --
> Dave Lynch DLA Systems
> Software Development: Embedded Linux
> 717.587.7774 http://www.dlasys.net
> Over 25 years' experience in platforms, languages, and technologies too
> numerous to list.
>
> "Any intelligent fool can make things bigger and more complex... It
> takes a touch of genius - and a lot of courage to move in the opposite
> direction."
> Albert Einstein
>
>
>
>
> _______________________________________________
> Developers mailing list
>
> http://arduino.cc/mailman/listinfo/developers_arduino.cc
>
_______________________________________________
Developers mailing list
http://arduino.cc/mailman/listinfo/developers_arduino.cc
)
I am pretty sure it was yours.
I had a few minor issues with hard coded paths and some unusual
constructs, but was able to get it working and I am mostly happy with
it. I still have some odd uploading issues. I get intermittent upload
failures to a Duemilanove and to a Mega. But it corrects itself if I
invoke avrdude manually.
Thank you for your work.
Googling arduino Makefile of Command Line or ... Produces lots of hits
and a variety of significantly different solutions.
It would be really good if a particular one would get adopted and find
its way into the Arduino distributions.
--
Dave Lynch DLA Systems
Software Development: Embedded Linux
717.587.7774 http://www.dlasys.net
Over 25 years' experience in platforms, languages, and technologies too
numerous to list.
"Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a lot of courage to move in the opposite
direction."
Albert Einstein
On Thu, 2011-03-03 at 16:57 -0500, Rick Anderson wrote:
> Which Makefile.linux did you get working? I've got Makefile.linux in
> fork that I use for testing. It automatically compiles and runs every
> sketch in a specific directory. Not quite what you're looking for. But
> could be helpful.
>
> https://github.com/ricklon/Arduino/blob/master/testing/tests/Makefile.linux
> https://github.com/ricklon/Arduino/blob/master/testing/tests/Makefile.master
>
> --Rick
>
> On Thu, Mar 3, 2011 at 4:02 PM, David Lynch Jr. <> wrote:
> > With a bit of effort I was able to get Makefile.linux working correctly
> > on my system.
> > The result was a plethora of compiler warnings from various libraries.
> > I am new to the arduino, but not to embedded and open source. Are their
> > provisions for submitting trivial patches - such as added castings, or
> > resolving signed vs. unsigned issues ?
> > Is there even interest in seeing warnings cleared up ?
> >
> >
> >
> > --
> > Dave Lynch DLA Systems
> > Software Development: Embedded Linux
> > 717.587.7774 http://www.dlasys.net
> > Over 25 years' experience in platforms, languages, and technologies too
> > numerous to list.
> >
> > "Any intelligent fool can make things bigger and more complex... It
> > takes a touch of genius - and a lot of courage to move in the opposite
> > direction."
> > Albert Einstein
> >
> >
> >
> >
> > _______________________________________________
> > Developers mailing list
> >
> > http://arduino.cc/mailman/listinfo/developers_arduino.cc
> >
>
>
>
_______________________________________________
Developers mailing list
http://arduino.cc/mailman/listinfo/developers_arduino.cc
)