2008-09-16 03:17:09 Compile uClinux error(HHBF531 2006R1) while enabled kernel debug
Nala Ginrut (CHINA)
Message: 62208
Hi,everybody!
I got an error message while compiling uClinux(HHBF531 2006R1) :
------------------------------------------------
...........................
arch/blackfin/mach-bf533/head.S: Assembler messages:
arch/blackfin/mach-bf533/head.S:116: Error: syntax error. Input text was =.
arch/blackfin/mach-bf533/head.S:116: Error:
arch/blackfin/mach-bf533/head.S:117: Error: syntax error. Input text was =.
arch/blackfin/mach-bf533/head.S:117: Error:
arch/blackfin/mach-bf533/head.S:118: Error: syntax error. Input text was =.
arch/blackfin/mach-bf533/head.S:118: Error:
arch/blackfin/mach-bf533/head.S:119: Error: syntax error. Input text was =.
arch/blackfin/mach-bf533/head.S:119: Error:
arch/blackfin/mach-bf533/head.S:120: Error: syntax error. Input text was =.
arch/blackfin/mach-bf533/head.S:120: Error:
make[1]: *** [arch/blackfin/mach-bf533/head.o] error 1
make: *** [arch/blackfin/mach-bf533] error 2
---------------------------------------------------
And the relative lines in "arch/blackfin/mach-bf533/head.S" shows below:
----------------------------------------------
................
#if CONFIG_DEBUG_KERNEL_START
/*
* Set up a temporary Event Vector Table, so if something bad happens before
* the kernel is fully started, it doesn't vector off into the bootloaders
* table
*/
P0.l = lo(EVT2);
P0.h = hi(EVT2);
P1.l = lo(EVT15);
P1.h = hi(EVT15);
P2.l = debug_kernel_start_trap;
P2.h = debug_kernel_start_trap;
RTS = P2;
RTI = P2;
RTX = P2;
RTN = P2;
RTE = P2;
-----------------------------------------------
What shall I do now?Please help me!
Any help would be appreciated!
QuoteReplyEditDelete
2008-09-16 03:27:38 Re: Compile uClinux error(HHBF531 2006R1) while enabled kernel debug
Mike Frysinger (UNITED STATES)
Message: 62210
either update to our latest release (2008R1.5), or go ask the people who gave you "HHBF531" for support
QuoteReplyEditDelete
2008-09-16 06:57:43 Re: Compile uClinux error(HHBF531 2006R1) while enabled kernel debug
Robin Getz (UNITED STATES)
Message: 62237
HHBF531 is distributed and supported by:
http://www.hhcn.com/english/ADSP.htm
http://www.hhcn.com/chinese/adsp/HHBF531-StartKIT-R1.htm
As Mike indicated - If you have problems with the software they distribute - you need to go to them for help.
-Robin
QuoteReplyEditDelete
2008-09-17 08:56:52 Re: Compile uClinux error(HHBF531 2006R1) while enabled kernel debug
Nala Ginrut (CHINA)
Message: 62309
HHBF531 is distributed and supported by:
http://www.hhcn.com/english/ADSP.htm
http://www.hhcn.com/chinese/adsp/HHBF531-StartKIT-R1.htm
As Mike indicated - If you have problems with the software they distribute - you need to go to them for help.
-Robin
---
As I thought the code which cause the error may not modified by the board support.
I guess it's something bug code,but I'm not sure where is the problem...
QuoteReplyEditDelete
2008-09-17 13:03:02 Re: Compile uClinux error(HHBF531 2006R1) while enabled kernel debug
Mike Frysinger (UNITED STATES)
Message: 62320
we have no idea what the HHCN guys have done with their code base. the bug you're hitting has long ago been fixed in our distribution.