* [U-Boot-Users] Compilation error for lubbock
@ 2004-07-15 17:24 Zou Xiangyu-W15716
2004-07-16 18:10 ` himba
0 siblings, 1 reply; 3+ messages in thread
From: Zou Xiangyu-W15716 @ 2004-07-15 17:24 UTC (permalink / raw)
To: u-boot
Hello,
After checking out the latest u-boot source via CVS this week, I try to compile it for "lubbock" with pre-built arm-linux-gnu toolchain (arm-linux-gcc 3.4.0).
Undefined symbol in lib_arm/board.c (Revision: 1.29, Sun Jul 11 18:10:31 2004 UTC (3 days, 22 hours ago) by wdenk )
board.c: In function `start_armboot':
board.c:257: error: `PAGE_SIZE' undeclared (first use in this function)
board.c:257: error: (Each undeclared identifier is reported only once
board.c:257: error: for each function it appears in.)
make[1]: *** [board.o] Error 1
make: *** [lib_arm/libarm.a] Error 2
I also notice "PAGE_SIZE" was introduced after u-boot (1.1.1)
Assuming this error is not due to user error, has the latest CVS source been compiled for all supported boards? Or it is "user be aware"?
Thanks for the help.
Xiangyu Zou
mailto:Xiangyu.Zou at Motorola.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] Compilation error for lubbock
2004-07-15 17:24 [U-Boot-Users] Compilation error for lubbock Zou Xiangyu-W15716
@ 2004-07-16 18:10 ` himba
2004-07-16 21:48 ` Wolfgang Denk
0 siblings, 1 reply; 3+ messages in thread
From: himba @ 2004-07-16 18:10 UTC (permalink / raw)
To: u-boot
Zou Xiangyu-W15716 wrote:
> Assuming this error is not due to user error, has the latest CVS source been compiled for all supported boards? Or it is "user be aware"?
>
That was part of my patch submited on 01-07-2004, it is for LCD
support for arm platform. If you look the original patch - post
"patch board.c in arm" - you can see that after #ifdef CONFIG_LCD
there are lines
+# ifndef PAGE_SIZE
+# define PAGE_SIZE 4096
+# endif
which would probably solve your problem, but they are not present
in CVS. Looks like Wolfgang didn't apply those.
regards, himba
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] Compilation error for lubbock
2004-07-16 18:10 ` himba
@ 2004-07-16 21:48 ` Wolfgang Denk
0 siblings, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2004-07-16 21:48 UTC (permalink / raw)
To: u-boot
In message <40F81A12.9060502@siol.net> you wrote:
>
> support for arm platform. If you look the original patch - post
> "patch board.c in arm" - you can see that after #ifdef CONFIG_LCD
> there are lines
> +# ifndef PAGE_SIZE
> +# define PAGE_SIZE 4096
> +# endif
>
> which would probably solve your problem, but they are not present
> in CVS. Looks like Wolfgang didn't apply those.
Yes, I am to blame for that mess, as I intend to find out why we need
PAGE_SIZE or why it's not defined. I just didn't find the time to do
that yet.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
Just because your doctor has a name for your condition doesn't mean
he knows what it is.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-07-16 21:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-15 17:24 [U-Boot-Users] Compilation error for lubbock Zou Xiangyu-W15716
2004-07-16 18:10 ` himba
2004-07-16 21:48 ` Wolfgang Denk
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.