[U-Boot-Users] UBoot cvs compile error.

25 Apr
2005
25 Apr
'05
7:33 p.m.
make Adder_config
edit config.mk uncomment -DDEBUG
fails to resolve measure_gclk
Changing cpu/mpc8xx/speed.c
#if !defined(CONFIG_8xx_CPUCLK_DEFAULT) || defined(CFG_MEASURE_CPUCLK)
to
#if !defined(CONFIG_8xx_CPUCLK_DEFAULT) || defined(CFG_MEASURE_CPUCLK)\ || defined(DEBUG)
fixes.
-- Best regards Bryan

12 Aug
12 Aug
10:33 p.m.
In message 426D2A07.30504@eircom.net you wrote:
make Adder_config edit config.mk uncomment -DDEBUG fails to resolve measure_gclk Changing cpu/mpc8xx/speed.c #if !defined(CONFIG_8xx_CPUCLK_DEFAULT) || defined(CFG_MEASURE_CPUCLK) to #if !defined(CONFIG_8xx_CPUCLK_DEFAULT) || defined(CFG_MEASURE_CPUCLK)\ || defined(DEBUG) fixes.
Added, thanks. But please provide a proper patch next time.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Most legends have their basis in facts.
-- Kirk, "And The Children Shall Lead", stardate 5029.5
7207
Age (days ago)
7316
Last active (days ago)
1 comments
2 participants
participants (2)
-
Bryan O'Donoghue
-
Wolfgang Denk