Re: [uClinux-dev] uClinux inquiry

2010-06-11 Thread drago ho
On Fri, Jun 11, 2010 at 4:38 PM, Josephine L. Ubas ju...@cisium.com wrote:



 Hi,



 Could someone know, What is uclinux-dist? What are the contents of this
 package? What is uclinux really means?







 Best regards,

 Josh

 ___
 uClinux-dev mailing list
 uClinux-dev@uclinux.org
 http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
 This message was resent by uclinux-dev@uclinux.org
 To unsubscribe see:
 http://mailman.uclinux.org/mailman/options/uclinux-dev


uclinux-dist is a distribution of OS, a OS is consist of the Kernel and
Applications.
uclinux is just the kernel of the whole OS.

details at http://www.uclinux.org/pub/uClinux/dist/
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

[uClinux-dev] USB Support problem

2010-06-11 Thread Wan Mohd Fairuz Wan Ismail
Hi, I try to add USB support with the help in
http://famschmid.net/uclinuxtutorial_nios.html#usb
But when i compile the kernel, the error below come out. Anyone know what i
done wrong?
Thanks

In file included from drivers/usb/host/isp1362-hcd.c:100:
drivers/usb/host/isp1362.h:82:2: warning: #warning No platform specific
options defined, using defaults
In file included from drivers/usb/host/isp1362-hcd.c:100:
drivers/usb/host/isp1362.h: In function `isp1362_read_fifo':
drivers/usb/host/isp1362.h:789: warning: passing arg 1 of `__raw_readsw'
makes pointer from integer without a cast
drivers/usb/host/isp1362.h: In function `isp1362_write_fifo':
drivers/usb/host/isp1362.h:842: warning: passing arg 1 of `__raw_writesw'
makes pointer from integer without a cast
drivers/usb/host/isp1362-hcd.c: In function `claim_ptd_buffers':
drivers/usb/host/isp1362-hcd.c:214: error: implicit declaration of function
`__test_bit'
drivers/usb/host/isp1362-hcd.c: In function `prepare_ptd':
drivers/usb/host/isp1362-hcd.c:303: error: structure has no member named
`lock'
drivers/usb/host/isp1362-hcd.c:378: error: structure has no member named
`lock'
drivers/usb/host/isp1362-hcd.c: In function `finish_request':
drivers/usb/host/isp1362-hcd.c:502: error: structure has no member named
`lock'
drivers/usb/host/isp1362-hcd.c:506: error: structure has no member named
`lock'
drivers/usb/host/isp1362-hcd.c:528: error: too few arguments to function
`usb_hcd_giveback_urb'
drivers/usb/host/isp1362-hcd.c: In function `postproc_ep':
drivers/usb/host/isp1362-hcd.c:603: error: structure has no member named
`lock'
drivers/usb/host/isp1362-hcd.c:607: error: structure has no member named
`lock'
drivers/usb/host/isp1362-hcd.c: In function `isp1362_urb_enqueue':
drivers/usb/host/isp1362-hcd.c:1442: error: structure has no member named
`lock'
drivers/usb/host/isp1362-hcd.c:1444: error: structure has no member named
`lock'
drivers/usb/host/isp1362-hcd.c:1453: error: structure has no member named
`lock'
drivers/usb/host/isp1362-hcd.c: In function `isp1362_mem_config':
drivers/usb/host/isp1362-hcd.c:2369: warning: long int format, unsigned int
arg (arg 5)
drivers/usb/host/isp1362-hcd.c:2372: warning: long int format, unsigned int
arg (arg 5)
drivers/usb/host/isp1362-hcd.c: At top level:
drivers/usb/host/isp1362-hcd.c:2760: warning: initialization from
incompatible pointer type
drivers/usb/host/isp1362-hcd.c:2761: warning: initialization from
incompatible pointer type
drivers/usb/host/isp1362-hcd.c: In function `isp1362_probe':
drivers/usb/host/isp1362-hcd.c:2904: error: implicit declaration of function
`set_irq_type'
drivers/usb/host/isp1362-hcd.c:2904: error: `IRQ_TYPE_EDGE_RISING'
undeclared (first use in this function)
drivers/usb/host/isp1362-hcd.c:2904: error: (Each undeclared identifier is
reported only once
drivers/usb/host/isp1362-hcd.c:2904: error: for each function it appears
in.)
drivers/usb/host/isp1362-hcd.c:2904: error: `IRQ_TYPE_EDGE_FALLING'
undeclared (first use in this function)
drivers/usb/host/isp1362-hcd.c:2908: error: `SA_INTERRUPT' undeclared (first
use in this function)
drivers/usb/host/isp1362-hcd.c:2908: error: `SA_SHIRQ' undeclared (first use
in this function)
drivers/usb/host/isp1362-hcd.c: At top level:
drivers/usb/host/isp1362-hcd.c:1572: warning: 'isp1362_bus_suspend' declared
`static' but never defined
make[4]: *** [drivers/usb/host/isp1362-hcd.o] Error 1
make[3]: *** [drivers/usb/host] Error 2
make[2]: *** [drivers/usb] Error 2
make[1]: *** [drivers] Error 2
make[1]: Leaving directory
`/home/fairuz/test/uClinux-dist-lpc_2478_stk/linux-2.6.24.2-lpc2478-patched'
make: *** [linux] Error 1


-- 
Wan Mohd Fairuz WAN ISMAIL
Masters in Electronics Engineering,
Majoring in Embedded System Engineering,
Polytech Nice Sophia Antipolis, FRANCE.

+33(0)643461339
+60172071591
15 Le Palais des Fleurs,
74 Boulevard Raymond Poincare,
06160 Juan les Pins, FRANCE.
http://www.watt.com.my
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

RE: [uClinux-dev] [PATCH] arch/m68k/ide.h fix for nommu

2010-06-11 Thread Jate Sujjavanich


-Original Message-
From: uclinux-dev-boun...@uclinux.org [mailto:uclinux-dev-boun...@uclinux.org] 
On Behalf Of Sam Ravnborg
Sent: Monday, June 07, 2010 12:09 PM
To: uClinux development list
Subject: Re: [uClinux-dev] [PATCH] arch/m68k/ide.h fix for nommu

Sure. Should the copyright comments remain?

- Jate


On Mon, Jun 07, 2010 at 11:39:30AM -0400, Jate Sujjavanich wrote:
 Sounds good. Therefore, the patch becomes:
 
 diff --git a/arch/m68k/include/asm/ide.h b/arch/m68k/include/asm/ide.h
 index 3958726..80e3e87 100644
 --- a/arch/m68k/include/asm/ide.h
 +++ b/arch/m68k/include/asm/ide.h
 @@ -1,5 +1,5 @@
  /*
 - *  linux/include/asm-m68k/ide.h
 + *  arch/m68k/include/ide.h

Would be nice if you could remove this redundant filename.

Sam
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

 
 

This footnote confirms that this email message has been scanned by
PineApp Mail-SeCure for the presence of malicious code, vandals  computer 
viruses.




___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev


Re: [uClinux-dev] [PATCH] arch/m68k/ide.h fix for nommu

2010-06-11 Thread Sam Ravnborg
On Fri, Jun 11, 2010 at 10:05:27AM -0400, Jate Sujjavanich wrote:
 
 
 -Original Message-
 From: uclinux-dev-boun...@uclinux.org 
 [mailto:uclinux-dev-boun...@uclinux.org] On Behalf Of Sam Ravnborg
 Sent: Monday, June 07, 2010 12:09 PM
 To: uClinux development list
 Subject: Re: [uClinux-dev] [PATCH] arch/m68k/ide.h fix for nommu
 
 - *  linux/include/asm-m68k/ide.h
 + *  arch/m68k/include/ide.h
 Would be nice if you could remove this redundant filename.
 Sure. Should the copyright comments remain?

Yes - please keep these (if they are relevant for the code in question).
If you are in daught keep them.

Sam
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev


Re: [uClinux-dev] uClinux inquiry

2010-06-11 Thread Robin Getz
On Fri 11 Jun 2010 04:38, Josephine L. Ubas pondered:
 
 Hi,
 
 Could someone know, What is uclinux-dist? What are the contents of 
 this package? What is uclinux really means? 
 

http://en.wikipedia.org/wiki/%CE%9CClinux
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev