relocation truncated to fit errors
Niklaus
niklaus@gmail.com
Wed Apr 5 14:20:00 GMT 2006
On 4/5/06, Daniel Jacobowitz <drow@false.org> wrote:
> On Wed, Apr 05, 2006 at 07:15:05PM +0530, Niklaus wrote:
> > > (in particular the vr4131_elf_gdb.ld bit) suggests that you're trying
> > > to use a *-elf (bare-metal) linker script with a GNU/Linux compiler,
> > > so I wasn't sure whether your target really was GNU/Linux or not.
> > >
> > I am using a crosscompiler to build the toppers jsp kernel
> > http://www.toppers.jp/download.cgi/jsp-1.4.2.tar.gz
> > The kernel is to be used on vr4131 system.
> > The target system is vr4131 .I build the cross toolchain with target
> > mips-deb-linux.
> > Is there anything wrong or that is to be modified.
>
> Is it supposed to run in userspace under a GNU/Linux kernel? If not,
> you should probably use a mips-elf toolchain, not a mips-linux
> toolchain.
>
It is not supposed to run in userspace. Yes i think i should
probably use a mips-elf toolchain. Moreover i am running it under a
simulator like mips64, should i use the mips-elf toolchain or
mips-deb-linux toolchain
> JSP looks like a standalone RTOS kernel, so you should be using
> mips-elf.
Yes it is a standalone RTOS kernel. So the configure target should be
mips-elf.
>
> --
> Daniel Jacobowitz
> CodeSourcery
>
More information about the Binutils
mailing list