avr-chat
[Top][All Lists]
Advanced

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

[avr-chat] gcc/libc 4.0


From: Balbo Ezio
Subject: [avr-chat] gcc/libc 4.0
Date: Thu, 14 Jul 2005 15:20:26 +0200

I have a problem about avr-gcc and/or avr-libc (i think).

On the new pc I have installed avr-gcc/libc 4.0
but .hex file DO NOT workink on the board.

The ouptut from avr-gcc/libc/ 3.3 on an 
old PC are OK and I don' have any problem 
on the microcontrolled board.

I don't know how to fix the problem, I need to
continue the development on the new PC.

Here is the avr-gcc/libc version of the old pc (OK)
>>>>>>>>>>>>>> PC OLD NO PROBLEM  :-)
------------------------------------------------
address@hidden gmm]$ avr-gcc --version
avr-gcc (GCC) 3.3 20030512 (prerelease)
Copyright (C) 2003 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.

address@hidden gmm]$ avr-gcc -print-libgcc-file-name
/usr/lib/gcc-lib/avr/3.3/libgcc.a
address@hidden gmm]$ avr-size src/gmm
   text    data     bss     dec     hex filename
  14004     220     456   14680    3958 src/gmm
-------------------------------------------------


Here the avr-gcc/libc version of the new PC (NON OK)
>>>>>>>>>>>>>> NEW - NOT WORKING :-(
------------------------------------------------
address@hidden ~/sources/gmm-test/gmm $ avr-gcc --version
avr-gcc (GCC) 4.0.0
Copyright (C) 2005 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.

address@hidden ~/sources/gmm-test/gmm $ avr-gcc -print-libgcc-file-name
/usr/lib/gcc/avr/4.0.0/libgcc.a
address@hidden ~/sources/gmm-test/gmm $ avr-size src/gmm
   text    data     bss     dec     hex filename
  13876     220     432   14528    38c0 src/gmm
------------------------------------------------

PLEASE what can I do?
How can I find the problem?
Ezio




reply via email to

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