RE: [U-Boot-Users] U-boot for MIPS - problem using latest gcc

Yes. The file board/<yourname>/memsetup.S is missing / incorrect.
I do not understand the response. Are you saying that something is wrong with my file layout? Should I not be compiling this file? Basically - how do I fix the problem?
Thanks
-----Original Message----- From: Wolfgang Denk [mailto:wd@denx.de] Sent: Wednesday, January 28, 2004 1:33 PM To: Jerry Walden Cc: u-boot-users@lists.sourceforge.net Subject: Re: [U-Boot-Users] U-boot for MIPS - problem using latest gcc
In message <603BA0CFF3788E46A0DB0918D9AA95100A0E2F18@sj580004wcom.int.lantronix.com
you wrote: For "-mcpu=" I substituted "-march=mips32" - is this correct?
If this is a MIPS32 processor, yes.
For -mabicall - what should I substitute?
Dunno. Does your compiler documentation mention this keyword?
Also - I get an error building cpu/mips/start.s
On line 242 there is a label "memsetup" - the error is "cannot branch to undefined symbol". Any ideas?
Yes. The file board/<yourname>/memsetup.S is missing / incorrect.
Best regards,
Wolfgang Denk

In message 603BA0CFF3788E46A0DB0918D9AA95100A0E2F33@sj580004wcom.int.lantronix.com you wrote:
Yes. The file board/<yourname>/memsetup.S is missing / incorrect.
I do not understand the response. Are you saying that something is wrong with my file layout? Should I not be compiling this file? Basically - how do I fix the problem?
You got an error because "memsetup" was undefined; "memsetup" gets defined in board/<yourname>/memsetup.S - so obviously this file is missing or incorrect for your board configuration.
Best regards,
Wolfgang Denk
participants (2)
-
Jerry Walden
-
Wolfgang Denk