public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
* linux-next: arm build failure
@ 2008-11-07  2:11 Stephen Rothwell
  2008-11-09 10:26 ` Russell King
  0 siblings, 1 reply; 13+ messages in thread
From: Stephen Rothwell @ 2008-11-07  2:11 UTC (permalink / raw)
  To: Russell King; +Cc: linux-next

[-- Attachment #1: Type: text/plain, Size: 473 bytes --]

Hi Russell,

An arm rpc_defconfig build of next-20081106 produced these errors:

arch/arm/mm/copypage-v3.c:37: error: 'from' undeclared (first use in this function)
arch/arm/mm/copypage-v3.c:37: error: 'to' undeclared (first use in this function)

Caused by commit dbe92c825b7b9be950135da97f6f293caaeaa083 ("[ARM]
copypage: convert assembly files to C").

-- 
Cheers,
Stephen Rothwell                    sfr@canb•auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread
* linux-next: arm build failure
@ 2009-03-19 23:27 Stephen Rothwell
  0 siblings, 0 replies; 13+ messages in thread
From: Stephen Rothwell @ 2009-03-19 23:27 UTC (permalink / raw)
  To: Russell King; +Cc: linux-next

[-- Attachment #1: Type: text/plain, Size: 300 bytes --]

Hi Russell,

The linux-next build of mx1ads_defconfig has been failing like this since
next-20090316:

arch/arm/mach-imx/generic.c:32:24: error: mach/imxfb.h: No such file or directory

-- 
Cheers,
Stephen Rothwell                    sfr@canb•auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread
* linux-next: arm build failure
@ 2008-11-26  2:30 Stephen Rothwell
  2008-11-26  4:53 ` Eric Miao
  0 siblings, 1 reply; 13+ messages in thread
From: Stephen Rothwell @ 2008-11-26  2:30 UTC (permalink / raw)
  To: Eric Miao; +Cc: linux-next, Russell King, Dmitry Baryshkov

[-- Attachment #1: Type: text/plain, Size: 491 bytes --]

Hi Eric,

next-20081125 build (arm corgi_defconfig) failed like this:

arch/arm/mach-pxa/built-in.o: In function `sleep_save_sp':
tosa.c:(.data+0x3978): undefined reference to `tc6393xb_lcd_set_power'
tosa.c:(.data+0x397c): undefined reference to `tc6393xb_lcd_mode'

Caused by commit fc37aa322a7e9170979a044c3f178ae4162ca285 ("[ARM]
pxa/tosa: support tc6393xb/tmiofb.").

-- 
Cheers,
Stephen Rothwell                    sfr@canb•auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread
* linux-next: arm build failure
@ 2008-06-16  6:07 Stephen Rothwell
  2008-06-16  7:29 ` Russell King
  2008-06-16 21:52 ` Dmitry Baryshkov
  0 siblings, 2 replies; 13+ messages in thread
From: Stephen Rothwell @ 2008-06-16  6:07 UTC (permalink / raw)
  To: Russell King; +Cc: linux-next, Dmitry Baryshkov

[-- Attachment #1: Type: text/plain, Size: 2543 bytes --]

Hi Russell,

Today's linux-next build (x86_64 allmodconfig) failed like this:

drivers/mfd/tc6393xb.c:91: error: field 'gpio' has incomplete type
drivers/mfd/tc6393xb.c: In function 'tc6393xb_gpio_get':
drivers/mfd/tc6393xb.c:116: warning: type defaults to 'int' in declaration of '__mptr'
drivers/mfd/tc6393xb.c:116: warning: initialization from incompatible pointer type
drivers/mfd/tc6393xb.c: In function '__tc6393xb_gpio_set':
drivers/mfd/tc6393xb.c:126: warning: type defaults to 'int' in declaration of '__mptr'
drivers/mfd/tc6393xb.c:126: warning: initialization from incompatible pointer type
drivers/mfd/tc6393xb.c: In function 'tc6393xb_gpio_set':
drivers/mfd/tc6393xb.c:141: warning: type defaults to 'int' in declaration of '__mptr'
drivers/mfd/tc6393xb.c:141: warning: initialization from incompatible pointer type
drivers/mfd/tc6393xb.c: In function 'tc6393xb_gpio_direction_input':
drivers/mfd/tc6393xb.c:154: warning: type defaults to 'int' in declaration of '__mptr'
drivers/mfd/tc6393xb.c:154: warning: initialization from incompatible pointer type
drivers/mfd/tc6393xb.c: In function 'tc6393xb_gpio_direction_output':
drivers/mfd/tc6393xb.c:172: warning: type defaults to 'int' in declaration of '__mptr'
drivers/mfd/tc6393xb.c:172: warning: initialization from incompatible pointer type
drivers/mfd/tc6393xb.c: In function 'tc6393xb_register_gpio':
drivers/mfd/tc6393xb.c:199: error: implicit declaration of function 'gpiochip_add'
drivers/mfd/tc6393xb.c: In function 'tc6393xb_attach_irq':
drivers/mfd/tc6393xb.c:272: error: implicit declaration of function 'set_irq_flags'
drivers/mfd/tc6393xb.c:272: error: 'IRQF_VALID' undeclared (first use in this function)
drivers/mfd/tc6393xb.c:272: error: (Each undeclared identifier is reported only once
drivers/mfd/tc6393xb.c:272: error: for each function it appears in.)
drivers/mfd/tc6393xb.c:272: error: 'IRQF_PROBE' undeclared (first use in this function)
drivers/mfd/tc6393xb.c:275: error: 'IRQT_FALLING' undeclared (first use in this function)
drivers/mfd/tc6393xb.c: In function 'tc6393xb_probe':
drivers/mfd/tc6393xb.c:423: error: implicit declaration of function 'gpiochip_remove'

I have reverted the commit that added this driver
(ed1f4e8e88fcf43dd1679968477a6139d53bc852 "[ARM] 5096/1: Support Toshiba
TC6393XB Mobile I/O Controller" from the arm tree) for now.  I suspect
that it needs some dependencies in it Kconfig.

-- 
Cheers,
Stephen Rothwell                    sfr@canb•auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

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

end of thread, other threads:[~2009-03-19 23:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-07  2:11 linux-next: arm build failure Stephen Rothwell
2008-11-09 10:26 ` Russell King
2008-11-09 10:45   ` Stephen Rothwell
  -- strict thread matches above, loose matches on Subject: below --
2009-03-19 23:27 Stephen Rothwell
2008-11-26  2:30 Stephen Rothwell
2008-11-26  4:53 ` Eric Miao
2008-06-16  6:07 Stephen Rothwell
2008-06-16  7:29 ` Russell King
2008-06-16  7:37   ` Stephen Rothwell
2008-06-22 19:00     ` Russell King
2008-06-23  8:11       ` Stephen Rothwell
2008-06-16 21:52 ` Dmitry Baryshkov
2008-06-17  4:52   ` Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox