Component: libgcc
Assignee: unassigned at gcc dot gnu.org
Reporter: malithyapa at gmail dot com
Target Milestone: ---
xgcc fails to compile libgcc because it can't find sys/cdefs.h which is in
/usr/arm-linux-gnueabihf.
may not be a bug. but couldn't find the configure opt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77447
--- Comment #3 from malithyapa at gmail dot com ---
Yes! sorry, didn't think it'd matter, i even saw that in the original configure
line. Thanks!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77447
malithyapa at gmail dot com changed:
What|Removed |Added
Status|WAITING |RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71776
--- Comment #8 from malithyapa at gmail dot com ---
I managed to work around this by building gcc with --with-mode=arm
Configured with: ../gcc-4.9.4/configure --enable-languages=c,c++
--with-mode=arm --with-float=hard --build=arm-linux-gnueabihf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71776
malithyapa at gmail dot com changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71776
malithyapa at gmail dot com changed:
What|Removed |Added
Resolution|FIXED |INVALID
IRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: malithyapa at gmail dot com
Target Milestone: ---
Build fails while linking libgcc.
/usr/lib/gcc/arm-linux-gnueabihf/4.9/libgcc.a(fp16.o): In function
`__gnu_h2f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71776
--- Comment #2 from malithyapa at gmail dot com ---
4.9.3 isn't in jessie yet. will i have to compile?
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.9/lto-wrapper
Target: arm-linux-gnue
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71776
--- Comment #3 from malithyapa at gmail dot com ---
Tried with 4.9.3 issue is still there
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71776
--- Comment #4 from malithyapa at gmail dot com ---
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.9/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71776
--- Comment #5 from malithyapa at gmail dot com ---
On Wed, Jul 6, 2016 at 1:39 PM ktkachov at gcc dot gnu.org <
gcc-bugzi...@gcc.gnu.org> wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71776
>
> ktkachov at gcc dot
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71776
--- Comment #6 from malithyapa at gmail dot com ---
Tried with 4.9.4 in debian sid. Still the same
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71776
--- Comment #7 from malithyapa at gmail dot com ---
>From what i understand this is because of a Thumb16 branch instruction in
libgcc. Would it help if i compiled gcc with thumb disabled?
13 matches
Mail list logo