This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001369] New: target.ld:33 cannot move location counterbackwards


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001369

           Summary: target.ld:33 cannot move location counter backwards
           Product: eCos
           Version: 3.0
          Platform: linux (Linux synthetic target)
        OS/Version: HostOS: Linux
            Status: UNCONFIRMED
          Severity: critical
          Priority: low
         Component: Other
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: ilg@livius.net
                CC: ecos-bugs@ecos.sourceware.org
             Class: Advice Request


while trying to build the test for the Linux synthetic target on Ubuntu 10.10,
I ran into the following errors:

gcc -L/home/ilg/Work/linux_install/lib -Ttarget.ld -o
/home/ilg/Work/linux_install/tests/kernel/v3_0/tests/dhrystone
tests/dhrystone.o -g -nostdlib -Wl,--gc-sections -Wl,-static 
make[1]: [/home/ilg/Work/linux_install/tests/kernel/v3_0/tests/kalarm0] Error 1
(ignored)
make[1]: Leaving directory `/home/ilg/Work/linux_build/kernel/v3_0'
target.ld:33 cannot move location counter backwards (from 00000000020044e0 to
00000000007fbb20)
tests finished
collect2: ld returned 1 exit status
make: Leaving directory `/home/ilg/Work/linux_build'
make[1]: [/home/ilg/Work/linux_install/tests/kernel/v3_0/tests/dhrystone] Error
1 (ignored)


the environment is the following:


ilg@U10Dx86:~$ uname -a
Linux U10Dx86 2.6.35-30-generic #60-Ubuntu SMP Mon Sep 19 20:45:08 UTC 2011
i686 GNU/Linux
...
ilg@U10Dx86:~$ gcc --version
gcc (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5
...
ilg@U10Dx86:~$ gcc -v
Using built-in specs.
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro
4.4.4-14ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.4 --enable-shared --enable-multiarch
--enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls
--with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
--enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic
--enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu
--target=i686-linux-gnu
Thread model: posix
gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) 
ilg@U10Dx86:~$

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]