bugGNU Development Chain for 68HC11/68HC12 - Bugs: bug #16423, Can't compile newlib-68hc1x-1.12.0...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #16423: Can't compile newlib-68hc1x-1.12.0 with gcc 3.3.6

Submitter:  None
Submitted:  Sun 23 Apr 2006 07:27:44 PM UTC
   
 
Category:  newlib Severity:  3 - Normal
Item Group:  sw-bug Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open

Wed 18 Oct 2006 03:49:38 PM UTC, comment #2: 

problem is in ebuild. removing CFLAGS settings in ebuild helps.

Anonymous
Mon 24 Apr 2006 10:03:56 AM UTC, comment #1: 

same problem (maybe gentoo specific?)

Anonymous
Sun 23 Apr 2006 07:27:44 PM UTC, original submission:  


The error output is :
---BEGIN NEWLIB ERROR---
../../../../../../newlib-68hc1x-1.12.0/newlib/libc/stdio/fseek.c: In function `_fseek_r':
../../../../../../newlib-68hc1x-1.12.0/newlib/libc/stdio/fseek.c:124: warning: `curoff' might be used uninitialized in this function
../../../../../../newlib-68hc1x-1.12.0/newlib/libc/stdio/fsetpos.c: In function `_fsetpos_r':
../../../../../../newlib-68hc1x-1.12.0/newlib/libc/stdio/fsetpos.c:59: warning: implicit declaration of function `_fseek_r'
m6811-elf-gcc -B/var/tmp/portage/m68hc1x-newlib-1.12.0-r1/work/build-newlib/m6811-elf/m68hc12/newlib/ -isystem /var/tmp/portage/m68hc1x-newlib-1.12.0-r1/work/build-newlib/m6811-elf/m68hc12/newlib/targ-include -isystem /var/tmp/portage/m68hc1x-newlib-1.12.0-r1/work/newlib-68hc1x-1.12.0/newlib/libc/include  -m68hc12 -DPACKAGE=\"newlib\" -DVERSION=\"1.12.0\"  -I. -I../../../../../../newlib-68hc1x-1.12.0/newlib/libc/stdio  -DPREFER_SIZE_OVER_SPEED -Os -mrelax -D__SINGLE_THREAD__ -DNO_FLOATING_POINT -DNO_EXEC -DABORT_PROVIDED -DSMALL_MEMORY -DMISSING_SYSCALL_NAMES -fno-builtin    -O2 -g -Os -Wall  -O2 -g -Os -Wall  -m68hc12 -c ../../../../../../newlib-68hc1x-1.12.0/newlib/libc/stdio/fvwrite.c
m6811-elf-gcc -B/var/tmp/portage/m68hc1x-newlib-1.12.0-r1/work/build-newlib/m6811-elf/m68hc12/newlib/ -isystem /var/tmp/portage/m68hc1x-newlib-1.12.0-r1/work/build-newlib/m6811-elf/m68hc12/newlib/targ-include -isystem /var/tmp/portage/m68hc1x-newlib-1.12.0-r1/work/newlib-68hc1x-1.12.0/newlib/libc/include  -m68hc12 -DPACKAGE=\"newlib\" -DVERSION=\"1.12.0\"  -I. -I../../../../../../newlib-68hc1x-1.12.0/newlib/libc/stdio  -DPREFER_SIZE_OVER_SPEED -Os -mrelax -D__SINGLE_THREAD__ -DNO_FLOATING_POINT -DNO_EXEC -DABORT_PROVIDED -DSMALL_MEMORY -DMISSING_SYSCALL_NAMES -fno-builtin    -O2 -g -Os -Wall  -O2 -g -Os -Wall  -m68hc12 -c ../../../../../../newlib-68hc1x-1.12.0/newlib/libc/stdio/fwalk.c
m6811-elf-gcc -B/var/tmp/portage/m68hc1x-newlib-1.12.0-r1/work/build-newlib/m6811-elf/m68hc12/newlib/ -isystem /var/tmp/portage/m68hc1x-newlib-1.12.0-r1/work/build-newlib/m6811-elf/m68hc12/newlib/targ-include -isystem /var/tmp/portage/m68hc1x-newlib-1.12.0-r1/work/newlib-68hc1x-1.12.0/newlib/libc/include  -m68hc12 -DPACKAGE=\"newlib\" -DVERSION=\"1.12.0\"  -I. -I../../../../../../newlib-68hc1x-1.12.0/newlib/libc/stdio  -DPREFER_SIZE_OVER_SPEED -Os -mrelax -D__SINGLE_THREAD__ -DNO_FLOATING_POINT -DNO_EXEC -DABORT_PROVIDED -DSMALL_MEMORY -DMISSING_SYSCALL_NAMES -fno-builtin    -O2 -g -Os -Wall  -O2 -g -Os -Wall  -m68hc12 -c ../../../../../../newlib-68hc1x-1.12.0/newlib/libc/stdio/fwrite.c
../../../../../../newlib-68hc1x-1.12.0/newlib/libc/stdio/fvwrite.c: In function `__sfvwrite':
../../../../../../newlib-68hc1x-1.12.0/newlib/libc/stdio/fvwrite.c:51: warning: `p' might be used uninitialized in this function
../../../../../../newlib-68hc1x-1.12.0/newlib/libc/stdio/fvwrite.c:55: warning: `nldist' might be used uninitialized in this function
Changed reload 2, conflict 0 with 6
../../../../../../newlib-68hc1x-1.12.0/newlib/libc/stdio/fvwrite.c:233: internal compiler error: in merge_assigned_reloads, at reload1.c:6217
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[7]: * [fvwrite.o] Error 1
make[7]: * Waiting for unfinished jobs....
make[7]: Leaving directory `/var/tmp/portage/m68hc1x-newlib-1.12.0-r1/work/build-newlib/m6811-elf/m68hc12/newlib/libc/stdio'
make[6]: * [all-recursive] Error 1
make[6]: Leaving directory `/var/tmp/portage/m68hc1x-newlib-1.12.0-r1/work/build-newlib/m6811-elf/m68hc12/newlib/libc'
make[5]: * [all-recursive] Error 1
make[5]: Leaving directory `/var/tmp/portage/m68hc1x-newlib-1.12.0-r1/work/build-newlib/m6811-elf/m68hc12/newlib'
make[4]: * [all-recursive-am] Error 2
make[4]: Leaving directory `/var/tmp/portage/m68hc1x-newlib-1.12.0-r1/work/build-newlib/m6811-elf/m68hc12/newlib'
make[3]: * [multi-do] Error 1
make[3]: Leaving directory `/var/tmp/portage/m68hc1x-newlib-1.12.0-r1/work/build-newlib/m6811-elf/newlib'
make[2]: * [all-multi] Error 2
make[2]: Leaving directory `/var/tmp/portage/m68hc1x-newlib-1.12.0-r1/work/build-newlib/m6811-elf/newlib'
make[1]: * [all-recursive-am] Error 2
make[1]: Leaving directory `/var/tmp/portage/m68hc1x-newlib-1.12.0-r1/work/build-newlib/m6811-elf/newlib'
make: * [all-target-newlib] Error 2
---END NEWLIB ERROR---

---BEGIN GCC INFOS---
m6811-elf-gcc -v
Reading specs from /usr/lib/gcc-lib/m6811-elf/3.3.6-m68hc1x-20060122/specs
Configured with: /var/tmp/portage/m68hc1x-gcc-3.3.6/work/gcc-68hc1x-3.3.6/configure --prefix=/usr --target=m6811-elf --program-prefix=m6811-elf- --enable-languages=c,c++ --enable-nls
Thread model: single
gcc version 3.3.6-m68hc1x-20060122
---END GCC INFOS---

You can contact me at : conty.romuald(at)free.fr

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code