[ilugd] Building tool chain for cross compiling linux for arm

2010-03-02 Thread Suraj Swami
Hi, I have just started an embedded project and I want to cross compile Linux kernel and hence a distribution for a arm processor. In short a how to on developing tool chain for cross-compiling Linux Please suggest suitable links. Or Documents that I can refer. Thank you. Regards, Suraj

Re: [ilugd] Building tool chain for cross compiling linux for arm

2010-03-02 Thread Shakthi Kannan
Hi, --- On Tue, Mar 2, 2010 at 9:59 AM, Suraj Swami suraj.g.sw...@gmail.com wrote: | I have just started an embedded project and I want to cross compile Linux | kernel and hence a distribution for a arm processor. | | In short a how to on developing tool chain for cross-compiling Linux \-- If

Re: [ilugd] Building tool chain for cross compiling linux for arm

2010-03-02 Thread Ankit Chaturvedi
On Tue, Mar 2, 2010 at 2:47 PM, Shakthi Kannan shakthim...@gmail.comwrote: Hi, --- On Tue, Mar 2, 2010 at 9:59 AM, Suraj Swami suraj.g.sw...@gmail.com wrote: | I have just started an embedded project and I want to cross compile Linux | kernel and hence a distribution for a arm processor. |

Re: [ilugd] Building tool chain for cross compiling linux for arm

2010-03-02 Thread Mahesh T. Pai
Suraj Swami said on Tue, Mar 02, 2010 at 02:59:49AM -0500,: Hi, I have just started an embedded project and I want to cross compile Linux kernel and hence a distribution for a arm processor. In short a how to on developing tool chain for cross-compiling Linux Please suggest

Re: [ilugd] [Commercial] ilug.in and ilug.org.in For Sale

2010-03-02 Thread Karanbir Singh
On 02/27/2010 06:29 AM, Sudev Barar wrote: On 26 February 2010 21:59, Nishant Prakash Kashyapnpkash...@gmail.com wrote: An opportunity for Linux community member and Indian patriots. Does anyone wants to be proud owner of ilug.in or ilug.org.in The domains are with me and is for sale. Mail me

[ilugd] Protecting my copyright

2010-03-02 Thread varunmittal91
Hello everybody, I have written a program which i want to deploy at my university. Therefore i want some help so that i can put my copyright on the program. Varun Mittal ___ Ilugd mailing list Ilugd@lists.linux-delhi.org

Re: [ilugd] Protecting my copyright

2010-03-02 Thread Raj Mathur
On Tuesday 02 Mar 2010, varunmitta...@gmail.com wrote: I have written a program which i want to deploy at my university. Therefore i want some help so that i can put my copyright on the program. Actually you would need to add both copyright and licence. Copyright is as simple as adding

[ilugd] How to check data size on HP Tape using amanda or any other utility

2010-03-02 Thread Amit Sharma
Hi   I have a HP Ultrium 2 tape on which data was backed up using amanda and OS was BSD Unix.   I have to restore it on some other location. I had setup amanda on RHEL 5 and able to see and extract the data using   -bash-3.2$  /usr/sbin/amrestore -p /dev/st0 | /sbin/restore -i -v -b 2 -f -  

Re: [ilugd] Protecting my copyright

2010-03-02 Thread Zico
On Wed, Mar 3, 2010 at 9:55 AM, Raj Mathur r...@linux-delhi.org wrote: Actually you would need to add both copyright and licence. Copyright is as simple as adding a line to each source file: Copyright (C) 2010, Your Name y...@email.address Licence is also pretty simple. If you choose

Re: [ilugd] Protecting my copyright

2010-03-02 Thread Mahesh T. Pai
Zico said on Wed, Mar 03, 2010 at 01:16:39PM +0600,: Just wanna know, how come *copyrighted *piece of code follows *GNU license?* If you are hinting that GPL means no copyright, you are wrong. Because the GNU GPL (General Public License) uses the law of copyright to give you more rights that

Re: [ilugd] Protecting my copyright

2010-03-02 Thread Gora Mohanty
On Wed, 3 Mar 2010 13:16:39 +0600 Zico mailz...@gmail.com wrote: [...] Just wanna know, how come *copyrighted *piece of code follows *GNU license?* * [...] Copyright is entirely distinct from licensing. If I write a piece of code, or acquire copyright over it by some other means, I can choose