Developers Archive

List Statistics

  • Total Threads: 675
  • Total Posts: 2049

Phrases Used to Find This Thread

  #1  
03-03-2011 09:02 PM
Developers member admin is online now
User
 

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
)

  #2  
03-03-2011 09:57 PM
Developers member admin is online now
User
 

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
)



  #3  
03-03-2011 11:32 PM
Developers member admin is online now
User
 

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
)

  #4  
04-03-2011 01:34 AM
Developers member admin is online now
User
 

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
)





NewsArc Lists  |  Culture Pages   |  Computing Archive  |  Media-Pages
Link to this page on your blog or website by copying the HTML code below and pasting it into your site: