* how to get uptodate vxworks gdb source code @ 2006-03-02 12:00 D.J. Barrow 2006-03-02 13:43 ` Dave Korn 0 siblings, 1 reply; 6+ messages in thread From: D.J. Barrow @ 2006-03-02 12:00 UTC (permalink / raw) To: gdb This is the reply I got from Windriver support you need License / Code Number to get their sources. Hi Denis, Thanks for the e-mail. Regarding your question about legal stance and GPL , please contact your WindRiver sales person. The GDB source is available in WindRiver Online Support Page and you can download it for free. Please check the below URL for GDB and GCC source. https://portal.windriver.com/cgi-bin/windsurf/downloads/dispProdList.cgi?productid=102&order=versionid Best Regards Jatheen D.J. Barrow Linux kernel developer eMail: dj_barrow@ariasoft.ie Home: +353-22-47196. Mobile (IRL) +353-(0)86 1715438 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: how to get uptodate vxworks gdb source code 2006-03-02 12:00 how to get uptodate vxworks gdb source code D.J. Barrow @ 2006-03-02 13:43 ` Dave Korn 2006-03-02 15:31 ` D.J. Barrow 0 siblings, 1 reply; 6+ messages in thread From: Dave Korn @ 2006-03-02 13:43 UTC (permalink / raw) To: dj_barrow, gdb On 02 March 2006 12:00, D.J. Barrow wrote: > This is the reply I got from Windriver support > you need License / Code Number to get their sources. Yes, of course. The GPL obliges anyone who distributes binaries of a GPL'd program to supply (or offer to supply) the sources of those binaries, but they're only obliged to do so to those same people who they have shipped binaries to. So if you don't have a fully licensed VxWorks development setup, they won't have sent you their toolchain, and won't be under any obligation to give you binaries; i.e. they are only obliged to give sources to the customers who have bought their binaries. If you haven't been given a binary version of the toolchain by them, they aren't obliged to you in any way. And like Steven said, if you want to discuss it in greater depth, approach the FSF directly, or discuss it on the lists at http://gpl-violations.org/ cheers, DaveK -- Can't think of a witty .sigline today.... ^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: how to get uptodate vxworks gdb source code 2006-03-02 13:43 ` Dave Korn @ 2006-03-02 15:31 ` D.J. Barrow 2006-03-02 15:34 ` Daniel Jacobowitz ` (2 more replies) 0 siblings, 3 replies; 6+ messages in thread From: D.J. Barrow @ 2006-03-02 15:31 UTC (permalink / raw) To: Dave Korn, gdb Hi Dave, From my understanding of GPL they have to make the sources freely available to everyone, the licence is supposed to be infectious Gnu wouldn't neuter this licence. The latest gdb available on their website which they is gdb-5.3 for tornado-2.2. --- Dave Korn <dave.korn@artimi.com> wrote: > On 02 March 2006 12:00, D.J. Barrow wrote: > > > This is the reply I got from Windriver support > > you need License / Code Number to get their sources. > > > Yes, of course. The GPL obliges anyone who distributes binaries of a GPL'd > program to supply (or offer to supply) the sources of those binaries, but > they're only obliged to do so to those same people who they have shipped > binaries to. So if you don't have a fully licensed VxWorks development setup, > they won't have sent you their toolchain, and won't be under any obligation to > give you binaries; i.e. they are only obliged to give sources to the customers > who have bought their binaries. If you haven't been given a binary version of > the toolchain by them, they aren't obliged to you in any way. > > And like Steven said, if you want to discuss it in greater depth, approach > the FSF directly, or discuss it on the lists at > http://gpl-violations.org/ > > cheers, > DaveK > -- > Can't think of a witty .sigline today.... > > D.J. Barrow Linux kernel developer eMail: dj_barrow@ariasoft.ie Home: +353-22-47196. Mobile (IRL) +353-(0)86 1715438 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: how to get uptodate vxworks gdb source code 2006-03-02 15:31 ` D.J. Barrow @ 2006-03-02 15:34 ` Daniel Jacobowitz 2006-03-02 15:41 ` Dave Korn 2006-03-02 17:43 ` Joel Brobecker 2 siblings, 0 replies; 6+ messages in thread From: Daniel Jacobowitz @ 2006-03-02 15:34 UTC (permalink / raw) To: dj_barrow; +Cc: Dave Korn, gdb On Thu, Mar 02, 2006 at 07:31:23AM -0800, D.J. Barrow wrote: > Hi Dave, > From my understanding of GPL they have to make the sources freely > available to everyone, the licence is supposed to be infectious > Gnu wouldn't neuter this licence. > The latest gdb available on their website which they is > gdb-5.3 for tornado-2.2. Your understanding is incorrect. However, please take this discussion to an appropriate forum for discussing the GPL, e.g. gnu.misc.discuss, or gpl-violations.org. -- Daniel Jacobowitz CodeSourcery ^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: how to get uptodate vxworks gdb source code 2006-03-02 15:31 ` D.J. Barrow 2006-03-02 15:34 ` Daniel Jacobowitz @ 2006-03-02 15:41 ` Dave Korn 2006-03-02 17:43 ` Joel Brobecker 2 siblings, 0 replies; 6+ messages in thread From: Dave Korn @ 2006-03-02 15:41 UTC (permalink / raw) To: dj_barrow, gdb On 02 March 2006 15:31, D.J. Barrow wrote: > Hi Dave, > From my understanding of GPL they have to make the sources freely > available to everyone, the licence is supposed to be infectious Your understanding is seriously wrong, and the bit about 'infectious' is a bit of dark propaganda made up by opponents of the GPL. The GPL is as I described it in my last post: *if* you distribute, in any fashion, a binary version of a GPL'd program to someone, *then* you must also supply, or offer to supply, to that same someone, the exact sources from which that binary was built. You have no obligations to anyone you do not distribute binaries to. > Gnu wouldn't neuter this licence. They haven't done, you've misunderstood its intent. You now need to take two steps: #1. Take this discussion to one of the gpl discussion lists, as it no longer has any relevance to GDB. #2. Go read the GPL FAQ at http://www.gnu.org/licenses/gpl-faq.html, it should clarify your understanding of the rights and obligations under the GPL. cheers, DaveK -- Can't think of a witty .sigline today.... ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: how to get uptodate vxworks gdb source code 2006-03-02 15:31 ` D.J. Barrow 2006-03-02 15:34 ` Daniel Jacobowitz 2006-03-02 15:41 ` Dave Korn @ 2006-03-02 17:43 ` Joel Brobecker 2 siblings, 0 replies; 6+ messages in thread From: Joel Brobecker @ 2006-03-02 17:43 UTC (permalink / raw) To: dj_barrow; +Cc: Dave Korn, gdb > From my understanding of GPL they have to make the sources freely > available to everyone, the licence is supposed to be infectious Gnu > wouldn't neuter this licence. The latest gdb available on their > website which they is gdb-5.3 for tornado-2.2. Without discussing your mistaken understanding of the GPL... I am afraid that getting the sources from WindRiver will not help you with RDB, because their debugger do *not* have support for the RDB protocol as far as I know. They do what they recommend, they use WTX. In your case, I would really stay away from RDB, and stay away from WTX which is being phased out. Use DFW, and as I said, you do have an example of a DFW target implementation in our GDB whose sources are freely available (libre.adacore.com). And we won't even require you to be a customer of ours! ;-). -- Joel ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-03-02 17:43 UTC | newest] Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2006-03-02 12:00 how to get uptodate vxworks gdb source code D.J. Barrow 2006-03-02 13:43 ` Dave Korn 2006-03-02 15:31 ` D.J. Barrow 2006-03-02 15:34 ` Daniel Jacobowitz 2006-03-02 15:41 ` Dave Korn 2006-03-02 17:43 ` Joel Brobecker
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox