From: xiangfu_gmail <xiangfu.z@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] new cpu(Ingenic), new board(PI)
Date: Sun, 17 May 2009 22:25:29 +0800 [thread overview]
Message-ID: <4A101E59.8050505@gmail.com> (raw)
In-Reply-To: <20090415192144.5F4A283420E8@gemini.denx.de>
Wolfgang Denk wrote:
> Dear xiangfu_gmail,
>
> In message <49E5A2ED.2060503@gmail.com> you wrote:
>
>> there is a device name PI,
>> the CPU is Ingenic 4740 [1],
>> now we have the u-boot-1.1.6 patch.
>>
>>
>>
I have try to add new device(PI) to u-boot.
when I compile the code I get error message:
------------------------------------
make[1]: Entering directory
`/home/xiangfu/workspace/pi-project/pi-u-boot/common'
mipsel-linux-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0x80100000
-I/home/xiangfu/workspace/pi-project/pi-u-boot/include -fno-builtin
-ffreestanding -nostdinc -isystem
/opt/mipseltools-gcc412-glibc261/lib/gcc/mipsel-linux/4.1.2/include
-pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -msoft-float
-march=4kc -mtune=4kc -EB -Wall -Wstrict-prototypes -fno-stack-protector
-c -o bedbug.o bedbug.c
bedbug.c: In function 'find_next_address':
bedbug.c:1081: error: 'struct pt_regs' has no member named 'nip'
bedbug.c:1089: error: 'struct pt_regs' has no member named 'ctr'
bedbug.c:1090: error: 'struct pt_regs' has no member named 'ccr'
bedbug.c:1091: error: 'struct pt_regs' has no member named 'link'
make[1]: *** [bedbug.o] Error 1
make[1]: Leaving directory
`/home/xiangfu/workspace/pi-project/pi-u-boot/common'
make: *** [common/libcommon.a] Error 2
give me some advice
very thanks.
you can find all the code at http://github.com/xiangfu/pi-u-boot/tree/master
and checkout branch "xiangfu"
it's the branch I try to merge with upstream.
next prev parent reply other threads:[~2009-05-17 14:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-15 9:03 [U-Boot] [U-BOot] new cpu(Ingenic), new board(PI) xiangfu_gmail
2009-04-15 19:21 ` Wolfgang Denk
2009-04-16 10:28 ` xiangfu_gmail
2009-05-17 14:25 ` xiangfu_gmail [this message]
2009-05-17 14:40 ` [U-Boot] " Wolfgang Denk
[not found] ` <4A20AB26.1090808@gmail.com>
2009-05-31 2:11 ` [U-Boot] [U-BOot] " xiangfu
2009-05-31 22:17 ` Wolfgang Denk
2009-06-01 8:15 ` xiangfu
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=4A101E59.8050505@gmail.com \
--to=xiangfu.z@gmail.com \
--cc=u-boot@lists.denx.de \
/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.