From 22149e3dfd40c27397ee80a6ebf5721519431c15 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 2 May 2009 16:19:52 +0000 Subject: [PATCH] - added searchdirs Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@464 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/MIPS/bsp/examples/bootloader/bootloader.ld | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/CPUs/MIPS/bsp/examples/bootloader/bootloader.ld b/lib/CPUs/MIPS/bsp/examples/bootloader/bootloader.ld index 2c3fabf..c3cd35e 100644 --- a/lib/CPUs/MIPS/bsp/examples/bootloader/bootloader.ld +++ b/lib/CPUs/MIPS/bsp/examples/bootloader/bootloader.ld @@ -4,6 +4,11 @@ MEMORY ram : ORIGIN = 0x40000000, LENGTH = 0x00002000 /* 8K */ } +OUTPUT_ARCH(mips) +SEARCH_DIR("."); +SEARCH_DIR("/usr/local/mipsel-elf/lib:/usr/local/mipsel-elf/lib/eb"); +SEARCH_DIR("/usr/local/lib/gcc/mipsel-elf/4.3.3:/usr/local/lib/gcc/mipsel-elf/4.3.3/eb"); + stack_ptr = 0x7FFFEFF0; baudrate = 0x0D; sys_led_port = 0xA0000000;