Closed GoogleCodeExporter closed 9 years ago
This issue was closed by revision r8801.
Original comment by ki.s...@gmail.com
on 28 Feb 2013 at 8:35
Как переоткрыть issue?
Все равно не собирается.
./build/base/obj/image_nosymbols.o: In function `shift64RightJamming':
/mnt/old2/embox/third-party/lib/softfloat/softfloat-macros.c:77: undefined
reference to `__ashldi3'
./build/base/obj/image_nosymbols.o: In function `shift64ExtraRightJamming':
/mnt/old2/embox/third-party/lib/softfloat/softfloat-macros.c:115: undefined
reference to `__ashldi3'
./build/base/obj/image_nosymbols.o: In function `shift128Right':
/mnt/old2/embox/third-party/lib/softfloat/softfloat-macros.c:152: undefined
reference to `__ashldi3'
./build/base/obj/image_nosymbols.o: In function `shift128RightJamming':
/mnt/old2/embox/third-party/lib/softfloat/softfloat-macros.c:187: undefined
reference to `__ashldi3'
/mnt/old2/embox/third-party/lib/softfloat/softfloat-macros.c:187: undefined
reference to `__ashldi3'
./build/base/obj/image_nosymbols.o:/mnt/old2/embox/third-party/lib/softfloat/sof
tfloat-macros.c:195: more undefined references to `__ashldi3' follow
Original comment by vladisla...@gmail.com
on 1 Mar 2013 at 5:12
What gcc version you use? I get 8803 revision from trunk and built successfully.
For reopening issue should change its status.
Original comment by Anton.Bo...@gmail.com
on 1 Mar 2013 at 7:27
Configured with: ../gcc-3.4.4/configure --target=sparc-elf
--prefix=/opt/sparc-elf-3.4.4 --with-gnu-as --with-gnu-ld --verbose
--enable-languages=c,c++ --disable-shared --disable-nls --with-newlib
--with-cpu=leon
Thread model: single
gcc version 3.4.4
Original comment by vladisla...@gmail.com
on 1 Mar 2013 at 7:52
now i tested this template using gcc-3.4.4 and add missing functions, so:
fixed by r8820
Original comment by ki.s...@gmail.com
on 1 Mar 2013 at 6:56
Original issue reported on code.google.com by
vladisla...@gmail.com
on 27 Feb 2013 at 12:34