All of lore.kernel.org
 help / color / mirror / Atom feed
* spca5xx does not build
@ 2010-07-16 18:46 J. L. 
  2010-07-17  9:53 ` Holger Freyther
  0 siblings, 1 reply; 5+ messages in thread
From: J. L.  @ 2010-07-16 18:46 UTC (permalink / raw)
  To: openembedded-devel

I was trying to build this for my gumstix and first it had a DL
location issue which I fixed and its now downloading the pacakge but
fails on the build with the following errors. Hope someone can make
some sense of this as I have no clue nor does googling help any seems
as though according to posts been unbuildable for a couple years? the
earliest post I found complaining was 06 then 07 a update to file was
done but still did not build correctly then according to the boards. I
also tried gspcav1 as well since its a similar driver and that one
fails as well.



NOTE: Running task 516 of 750 (ID: 9,
/home/vdubhack/overo-oe/org.openembedded.dev/recipes/spca5xx/spca5xx_20060501.bb,
do_compile)
ERROR: function do_compile failed
ERROR: log data follows
(/home/vdubhack/overo-oe/tmp/work/overo-angstrom-linux-gnueabi/spca5xx-20060501-r81/temp/log.do_compile.17684)
| NOTE: make -e MAKEFLAGS=
KERNELDIR=/home/vdubhack/overo-oe/tmp/sysroots/overo-angstrom-linux-gnueabi/kernel
CC=ccache arm-angstrom-linux-gnueabi-gcc
LD=arm-angstrom-linux-gnueabi-ld
|    Building SPCA5XX driver for 2.5/2.6 kernel.
|    Remember: you must have read/write access to your kernel source tree.
| make -C /home/vdubhack/overo-oe/tmp/sysroots/overo-angstrom-linux-gnueabi/kernel
SUBDIRS=/home/vdubhack/overo-oe/tmp/work/overo-angstrom-linux-gnueabi/spca5xx-20060501-r81/spca5xx-20060501
CC="ccache arm-angstrom-linux-gnueabi-gcc " modules
| make[1]: Entering directory
`/home/vdubhack/overo-oe/tmp/sysroots/overo-angstrom-linux-gnueabi/kernel'
| scripts/Makefile.build:49: *** CFLAGS was changed in
"/home/vdubhack/overo-oe/tmp/work/overo-angstrom-linux-gnueabi/spca5xx-20060501-r81/spca5xx-20060501/Makefile".
Fix it to use EXTRA_CFLAGS.  Stop.
| make[1]: *** [_module_/home/vdubhack/overo-oe/tmp/work/overo-angstrom-linux-gnueabi/spca5xx-20060501-r81/spca5xx-20060501]
Error 2
| make[1]: Leaving directory
`/home/vdubhack/overo-oe/tmp/sysroots/overo-angstrom-linux-gnueabi/kernel'
| make: *** [default] Error 2
| FATAL: oe_runmake failed
NOTE: Task failed:
/home/vdubhack/overo-oe/tmp/work/overo-angstrom-linux-gnueabi/spca5xx-20060501-r81/temp/log.do_compile.17684
ERROR: TaskFailed event exception, aborting
ERROR: Build of
/home/vdubhack/overo-oe/org.openembedded.dev/recipes/spca5xx/spca5xx_20060501.bb
do_compile failed
ERROR: Task 9 (/home/vdubhack/overo-oe/org.openembedded.dev/recipes/spca5xx/spca5xx_20060501.bb,
do_compile) failed
NOTE: Tasks Summary: Attempted 515 tasks of which 510 didn't need to
be rerun and 1 failed.
ERROR: '/home/vdubhack/overo-oe/org.openembedded.dev/recipes/spca5xx/spca5xx_20060501.bb'
failed



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: spca5xx does not build
  2010-07-16 18:46 spca5xx does not build J. L. 
@ 2010-07-17  9:53 ` Holger Freyther
  2010-07-17 19:59   ` J. L. 
  2010-07-17 20:51   ` J. L. 
  0 siblings, 2 replies; 5+ messages in thread
From: Holger Freyther @ 2010-07-17  9:53 UTC (permalink / raw)
  To: openembedded-devel


> | make[1]: Entering directory
> `/home/vdubhack/overo-oe/tmp/sysroots/overo-angstrom-linux-gnueabi/kernel'
> | scripts/Makefile.build:49: *** CFLAGS was changed in
> "/home/vdubhack/overo-oe/tmp/work/overo-angstrom-linux-gnueabi/spca5xx-20060501-r81/spca5xx-20060501/Makefile".
> Fix it to use EXTRA_CFLAGS.  Stop.
> 



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: spca5xx does not build
  2010-07-17  9:53 ` Holger Freyther
@ 2010-07-17 19:59   ` J. L. 
  2010-07-17 20:51   ` J. L. 
  1 sibling, 0 replies; 5+ messages in thread
From: J. L.  @ 2010-07-17 19:59 UTC (permalink / raw)
  To: openembedded-devel

i tried editing the make file its self where it says but when I
rebuilt it it just un tared it again and rewrote my change. Do I need
to figure out how to make it use that in the bb file itself? Sorry for
the basic questions just unsure

On Sat, Jul 17, 2010 at 2:53 AM, Holger Freyther <holger+oe@freyther.de> wrote:
>
>> | make[1]: Entering directory
>> `/home/vdubhack/overo-oe/tmp/sysroots/overo-angstrom-linux-gnueabi/kernel'
>> | scripts/Makefile.build:49: *** CFLAGS was changed in
>> "/home/vdubhack/overo-oe/tmp/work/overo-angstrom-linux-gnueabi/spca5xx-20060501-r81/spca5xx-20060501/Makefile".
>> Fix it to use EXTRA_CFLAGS.  Stop.
>>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: spca5xx does not build
  2010-07-17  9:53 ` Holger Freyther
  2010-07-17 19:59   ` J. L. 
@ 2010-07-17 20:51   ` J. L. 
  2010-07-19 20:06     ` J. L. 
  1 sibling, 1 reply; 5+ messages in thread
From: J. L.  @ 2010-07-17 20:51 UTC (permalink / raw)
  To: openembedded-devel

I just tried adding EXTRA_CFLAGS in the bb file and still errors in
the same way. I also cleaned it to make sure before building.

Also there is an error stating an implasibly old time stamp from 1964?



On Sat, Jul 17, 2010 at 2:53 AM, Holger Freyther <holger+oe@freyther.de> wrote:
>
>> | make[1]: Entering directory
>> `/home/vdubhack/overo-oe/tmp/sysroots/overo-angstrom-linux-gnueabi/kernel'
>> | scripts/Makefile.build:49: *** CFLAGS was changed in
>> "/home/vdubhack/overo-oe/tmp/work/overo-angstrom-linux-gnueabi/spca5xx-20060501-r81/spca5xx-20060501/Makefile".
>> Fix it to use EXTRA_CFLAGS.  Stop.
>>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: spca5xx does not build
  2010-07-17 20:51   ` J. L. 
@ 2010-07-19 20:06     ` J. L. 
  0 siblings, 0 replies; 5+ messages in thread
From: J. L.  @ 2010-07-19 20:06 UTC (permalink / raw)
  To: openembedded-devel

Can anyone else help me out with this for building? I am at a loss as
to whats up with this.

Thanks



On Sat, Jul 17, 2010 at 1:51 PM, J. L. <vwyodapink@gmail.com> wrote:
> I just tried adding EXTRA_CFLAGS in the bb file and still errors in
> the same way. I also cleaned it to make sure before building.
>
> Also there is an error stating an implasibly old time stamp from 1964?
>
>
>
> On Sat, Jul 17, 2010 at 2:53 AM, Holger Freyther <holger+oe@freyther.de> wrote:
>>
>>> | make[1]: Entering directory
>>> `/home/vdubhack/overo-oe/tmp/sysroots/overo-angstrom-linux-gnueabi/kernel'
>>> | scripts/Makefile.build:49: *** CFLAGS was changed in
>>> "/home/vdubhack/overo-oe/tmp/work/overo-angstrom-linux-gnueabi/spca5xx-20060501-r81/spca5xx-20060501/Makefile".
>>> Fix it to use EXTRA_CFLAGS.  Stop.
>>>
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-07-19 20:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-16 18:46 spca5xx does not build J. L. 
2010-07-17  9:53 ` Holger Freyther
2010-07-17 19:59   ` J. L. 
2010-07-17 20:51   ` J. L. 
2010-07-19 20:06     ` J. L. 

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.