bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

very big array


From: Branko Nikic
Subject: very big array
Date: Wed, 23 Apr 2003 11:24:15 +0200

HI guys,
 
The problem occured after I implemented very big array ca.20k. The error, also, occure on the line 40650 that I do not have.( or better said. I can not find).
 
I would appreciate you help.
 
Thanks
Branko

C:\WinAVR\utils\bin\make.exe: *** Warning: File `uart.h' has modification time in the future (2003-04-22 15:25:56 > 2003-04-22 15:25:54)
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=timer.lst timer.c \
| sed 's/\(timer\)\.o[ :]*/\1.o timer.d : /g' > timer.d; \
[ -s timer.d ] || rm -f timer.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=uart.lst uart.c \
| sed 's/\(uart\)\.o[ :]*/\1.o uart.d : /g' > uart.d; \
[ -s uart.d ] || rm -f uart.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=motor.lst motor.c \
| sed 's/\(motor\)\.o[ :]*/\1.o motor.d : /g' > motor.d; \
[ -s motor.d ] || rm -f motor.d
make.exe: *** Warning: File `timer.d' has modification time in the future (2003-04-22 15:25:56 > 2003-04-22 15:25:54)
-------- begin --------
avr-gcc --version
avr-gcc (GCC) 3.3 20030310 (prerelease)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Size before:
avr-size: motor.hex: No such file or directory
make.exe: [sizebefore] Error 1 (ignored)
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=motor.lst motor.c -o motor.o
In file included from motor.c:12:
parallel.h:15: warning: useless keyword or type name in empty declaration
motor.c: In function `main':
motor.c:64: warning: implicit declaration of function `xram_init'
motor.c:87: warning: implicit declaration of function `wr_firm'
motor.c:30: warning: unused variable `Data'
motor.c:31: warning: unused variable `count'
motor.c:32: warning: unused variable `data'
motor.c:34: warning: unused variable `UART_Ready'
motor.c:35: warning: unused variable `a'
motor.c:35: warning: unused variable `b'
motor.c:35: warning: unused variable `c'
motor.c:40: warning: unused variable `hest2'
motor.c:42: warning: unused variable `addr'
motor.c:43: warning: unused variable `test3'
motor.c:44: warning: unused variable `test2'
motor.c:45: warning: unused variable `addr1'
motor.c:46: warning: unused variable `data1'
motor.c:49: warning: unused variable `foop'
motor.c:50: warning: unused variable `foo'
motor.c:125: warning: control reaches end of non-void function
motor.c:40: warning: `hest' might be used uninitialized in this function
motor.c:41: warning: `test' might be used uninitialized in this function
motor.c: In function `wr_xram':
motor.c:156: warning: unused variable `data1'
motor.c:159: warning: unused variable `UART_RxChar'
motor.c:160: warning: unused variable `i'
motor.c: At top level:
motor.c:180: warning: type mismatch with previous implicit declaration
motor.c:64: warning: previous implicit declaration of `xram_init'
motor.c:180: warning: `xram_init' was previously implicitly declared to return `int'
motor.c: In function `wr_xram2':
motor.c:187: warning: unused variable `foo'
motor.c:195:2: warning: no newline at end of file
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=uart.lst uart.c -o uart.o
uart.c: In function `__vector_19':
uart.c:53: warning: unused variable `temp'
uart.c: In function `UART_PrintfEndOfLine':
uart.c:155: warning: assignment makes pointer from integer without a cast
uart.c: In function `wr_firm':
uart.c:40650: internal compiler error: in tree_low_cst, at gcc/tree.c:3228
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make.exe: *** [uart.o] Error 1
> Process Exit Code: 2
 
_______________________________________________________
 
GNU Make version 3.78.1, by Richard Stallman and Roland McGrath.
Built for Windows32
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99
 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Report bugs to <address@hidden>.

> Process Exit Code: 0



Post your free ad now! Yahoo! Canada Personals

reply via email to

[Prev in Thread] Current Thread [Next in Thread]