Re: [Suggestion] ARM64:kernel: compiling issue for early_console.

2013-04-17 Thread Chen Gang
On 2013年04月03日 21:00, Chen Gang wrote: > On 2013年04月03日 19:39, Christopher Covington wrote: >> Maybe somebody else does have a fix, but Catalin mentioned he was going on >> vacation for two weeks on March 28th in "[GIT PULL] Preparatory GIC patches >> for arm64 support". >> > ok, I can wait. >

Re: [Suggestion] ARM64:kernel: compiling issue for early_console.

2013-04-03 Thread Chen Gang
On 2013年04月03日 19:39, Christopher Covington wrote: > Maybe somebody else does have a fix, but Catalin mentioned he was going on > vacation for two weeks on March 28th in "[GIT PULL] Preparatory GIC patches > for arm64 support". > ok, I can wait. >> > if really no one fix it within this week,

Re: [Suggestion] ARM64:kernel: compiling issue for early_console.

2013-04-03 Thread Christopher Covington
Hi Chen, On 04/03/2013 04:13 AM, Chen Gang wrote: > Hello Maintainers: > > it seems, this issue still exists in next-20130402. > > have you already fixed it in another tree ? Maybe somebody else does have a fix, but Catalin mentioned he was going on vacation for two weeks on March 28th in "

Re: [Suggestion] ARM64:kernel: compiling issue for early_console.

2013-04-03 Thread Chen Gang
Hello Maintainers: it seems, this issue still exists in next-20130402. have you already fixed it in another tree ? if really no one fix it within this week, I should try (since I find it). thanks. gchen. On 2013年03月27日 20:02, Chen Gang wrote: > On 2013年03月27日 19:55, Catalin Marinas w

Re: [Suggestion] ARM64:kernel: compiling issue for early_console.

2013-03-27 Thread Chen Gang
On 2013年03月27日 19:55, Catalin Marinas wrote: > On Wed, Mar 27, 2013 at 11:44:03AM +, Chen Gang wrote: >> > the error message: >> > arch/arm64/kernel/early_printk.c: At top level: >> > arch/arm64/kernel/early_printk.c:98:23: error: conflicting types for >> > ‘early_console’ >> > I

Re: [Suggestion] ARM64:kernel: compiling issue for early_console.

2013-03-27 Thread Catalin Marinas
On Wed, Mar 27, 2013 at 11:44:03AM +, Chen Gang wrote: > the error message: > arch/arm64/kernel/early_printk.c: At top level: > arch/arm64/kernel/early_printk.c:98:23: error: conflicting types for > ‘early_console’ > In file included from arch/arm64/kernel/early_printk.c:20:0: >

[Suggestion] ARM64:kernel: compiling issue for early_console.

2013-03-27 Thread Chen Gang
Hello Maintainers: it is a compiling issue for early_console. the make command: make V=1 EXTRA_CFLAGS=-W ARCH=arm64 allmodconfig make V=1 EXTRA_CFLAGS=-W ARCH=arm64 menuconfig set aarch64-linux-gnu- for tool chain prefix. make V=1 EXTRA_CFLAGS=-W ARCH=arm64 the error mess