From: Richard Kang <turquesa@malgn.com>
To: saeed bishara <saeed.bishara@gmail.com>
Cc: linux-ide@vger.kernel.org
Subject: Re: qc timeout on a marvell 88F6282 board
Date: Thu, 07 Jul 2011 12:00:22 +0900 [thread overview]
Message-ID: <4E152146.60909@malgn.com> (raw)
In-Reply-To: <CAMAG_edjasMffHA2tozzBEUWf27BPvjF_=fOL_N9oktTyTradQ@mail.gmail.com>
2011-07-06 오후 5:16, saeed bishara 쓴 글:
> On Wed, Jul 6, 2011 at 11:07 AM, saeed bishara<saeed.bishara@gmail.com> wrote:
>> Richard,
>>
>> this board is supported by mainline kernel, can you try latest
>> version (3.0-rcX)?
> in order to do that, you need to build the kernel with "make
> kirkwood_defconfig",
> then do the following from u-boot:
> Marvell>> setenv mainlineLinux yes
> Marvell>> setenv arcNumber 1680
> Marvell>> saveenv
> Marvell>> reset
>
Dear saeed,
I tried to build the kernel with "make kirkwood_defconfig".
But, during "make uImage", some errors occurred.
Is it impossible to excute your (u-boot) commands with kernel image by
"make mv_kw_defconfig" ?
Thank you.
------------------------------------------------------------------------------------------------------------
scripts/kconfig/conf -s arch/arm/Kconfig
CHK include/linux/version.h
UPD include/linux/version.h
Generating include/asm-arm/mach-types.h
CHK include/linux/utsrelease.h
UPD include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-arm
CC kernel/bounds.s
GEN include/linux/bounds.h
CC arch/arm/kernel/asm-offsets.s
GEN include/asm/asm-offsets.h
CALL scripts/checksyscalls.sh
<stdin>:1351:2: warning: #warning syscall migrate_pages not implemented
<stdin>:1407:2: warning: #warning syscall pselect6 not implemented
<stdin>:1411:2: warning: #warning syscall ppoll not implemented
<stdin>:1451:2: warning: #warning syscall epoll_pwait not implemented
CC scripts/mod/empty.o
HOSTCC scripts/mod/mk_elfconfig
MKELF scripts/mod/elfconfig.h
HOSTCC scripts/mod/file2alias.o
HOSTCC scripts/mod/modpost.o
scripts/mod/modpost.c: In function ‘get_markers’:
scripts/mod/modpost.c:1562:12: warning: ignoring return value of
‘asprintf’, declared with attribute warn_unused_result
scripts/mod/modpost.c: In function ‘add_marker’:
scripts/mod/modpost.c:1982:10: warning: ignoring return value of
‘asprintf’, declared with attribute warn_unused_result
HOSTCC scripts/mod/sumversion.o
HOSTLD scripts/mod/modpost
HOSTCC scripts/kallsyms
scripts/kallsyms.c: In function ‘read_symbol’:
scripts/kallsyms.c:112:9: warning: ignoring return value of ‘fgets’,
declared with attribute warn_unused_result
HOSTCC scripts/conmakehash
CC init/main.o
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
CC init/do_mounts.o
LD init/mounts.o
CC init/noinitramfs.o
CC init/calibrate.o
LD init/built-in.o
LD usr/built-in.o
CC arch/arm/kernel/compat.o
CC arch/arm/kernel/elf.o
AS arch/arm/kernel/entry-armv.o
AS arch/arm/kernel/entry-common.o
CC arch/arm/kernel/irq.o
CC arch/arm/kernel/process.o
CC arch/arm/kernel/ptrace.o
CC arch/arm/kernel/setup.o
CC arch/arm/kernel/signal.o
CC arch/arm/kernel/sys_arm.o
CC arch/arm/kernel/stacktrace.o
CC arch/arm/kernel/time.o
CC arch/arm/kernel/traps.o
CC arch/arm/kernel/armksyms.o
CC arch/arm/kernel/module.o
CC arch/arm/kernel/bios32.o
CC arch/arm/kernel/isa.o
CC arch/arm/kernel/kprobes.o
CC arch/arm/kernel/kprobes-decode.o
CC arch/arm/kernel/unwind.o
CC arch/arm/kernel/io.o
AS arch/arm/kernel/debug.o
LD arch/arm/kernel/built-in.o
AS arch/arm/kernel/head.o
CC arch/arm/kernel/init_task.o
LDS arch/arm/kernel/vmlinux.lds
CC arch/arm/mm/dma-mapping.o
CC arch/arm/mm/extable.o
CC arch/arm/mm/fault.o
CC arch/arm/mm/init.o
CC arch/arm/mm/iomap.o
CC arch/arm/mm/fault-armv.o
CC arch/arm/mm/flush.o
CC arch/arm/mm/ioremap.o
CC arch/arm/mm/mmap.o
CC arch/arm/mm/pgd.o
CC arch/arm/mm/mmu.o
arch/arm/mm/mmu.c: In function 'sanity_check_meminfo':
arch/arm/mm/mmu.c:690: warning: unused variable 'highmem'
CC arch/arm/mm/proc-syms.o
CC arch/arm/mm/alignment.o
AS arch/arm/mm/abort-ev5t.o
CC arch/arm/mm/copypage-feroceon.o
/tmp/ccyqzNzD.s: Assembler messages:
/tmp/ccyqzNzD.s:38: Error: selected processor does not support `pld
[lr,#32]'
/tmp/ccyqzNzD.s:39: Error: selected processor does not support `pld
[lr,#64]'
/tmp/ccyqzNzD.s:40: Error: selected processor does not support `pld
[lr,#96]'
/tmp/ccyqzNzD.s:41: Error: selected processor does not support `pld
[lr,#128]'
/tmp/ccyqzNzD.s:42: Error: selected processor does not support `pld
[lr,#160]'
/tmp/ccyqzNzD.s:43: Error: selected processor does not support `pld
[lr,#192]'
/tmp/ccyqzNzD.s:44: Error: selected processor does not support `pld
[lr,#224]'
make[1]: *** [arch/arm/mm/copypage-feroceon.o] Error 1
make: *** [arch/arm/mm] Error 2
------------------------------------------------------------------------------------------------------------
next prev parent reply other threads:[~2011-07-07 3:00 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-29 9:04 qc timeout on a marvell 88F6282 board Richard Kang
2011-07-03 12:52 ` saeed bishara
2011-07-05 8:26 ` Richard Kang
2011-07-05 10:11 ` saeed bishara
2011-07-06 6:43 ` Richard Kang
2011-07-06 8:07 ` saeed bishara
[not found] ` <CAMAG_edjasMffHA2tozzBEUWf27BPvjF_=fOL_N9oktTyTradQ@mail.gmail.com>
2011-07-07 3:00 ` Richard Kang [this message]
2011-07-07 6:36 ` Richard Kang
2011-07-07 6:44 ` saeed bishara
2011-07-10 23:01 ` Richard Kang
2011-07-12 8:19 ` Richard Kang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E152146.60909@malgn.com \
--to=turquesa@malgn.com \
--cc=linux-ide@vger.kernel.org \
--cc=saeed.bishara@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.