Hi,

On Fri, 2009-04-03 at 22:42 +0200, Hardy Griech wrote:
> Dmitry Zuikov wrote:
> :

> Hehe, funny.  I meant that you should compile your example with the -v 
> switch active and send the output...

Oops. Ok, there is it:

d...@x200:~/prj/msp430f24x/gcc$ scons -Q
/opt/mspgcc/bin/msp430-gcc -o uart03.o -c -Os -v -g -mmcu=msp430x2418 
-DGCC_MSP430 -Wall -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align 
-Wsign-compare -Waggregate-return -Wmissing-declarations -Wunused -I. 
-I/opt/mspgcc/msp430/include uart03.c
Reading specs from /opt/mspgcc/lib/gcc-lib/msp430/3.2.3/specs
Configured with: ./configure --target=msp430 --prefix=/opt/mspgcc 
--disable-multilib --disable-libc --disable-libssp --disable-intl 
--disable-libiberty --with-gcc --with-gnu-ld --with-gnu-as --with-stabs 
--disable-shared --disable-threads --disable-win32-registry --disable-nls 
--enable-languages=c,c++
Thread model: single
gcc version 3.2.3
 /opt/mspgcc/lib/gcc-lib/msp430/3.2.3/cc1 -lang-c -v -I. 
-I/opt/mspgcc/msp430/include -D__GNUC__=3 -D__GNUC_MINOR__=2 
-D__GNUC_PATCHLEVEL__=3 -D__GXX_ABI_VERSION=102 -DMSP430 -D__MSP430__ 
-D__MSP430 -D__OPTIMIZE_SIZE__ -D__OPTIMIZE__ -D__STDC_HOSTED__=1 
-DMSP430_HAS_HW_MUL -D__MSP430_2418__ -D__MSP430X__ -DMSP430_HAS_HWMUL 
-D__SIZE_TYPE__=unsigned int -D__PTRDIFF_TYPE__=int -D__INT_MAX__=32767 
-DGCC_MSP430 uart03.c -quiet -dumpbase uart03.c -mmcu=msp430x2418 -g -Os -Wall 
-Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare 
-Waggregate-return -Wmissing-declarations -Wunused -version -o /tmp/ccMbnwiD.s
GNU CPP version 3.2.3 (cpplib) (GNU assembler syntax)
GNU C version 3.2.3 (msp430)
        compiled by GNU C version 3.4.6 (Ubuntu 3.4.6-8ubuntu2).
ignoring nonexistent directory "/opt/mspgcc/msp430/sys-include"
ignoring duplicate directory "/opt/mspgcc/msp430/include"
  as it is a non-system directory that duplicates a system directory
#include "..." search starts here:
#include <...> search starts here:
 .
 /opt/mspgcc/include
 /opt/mspgcc/lib/gcc-lib/msp430/3.2.3/include
 /opt/mspgcc/msp430/include
End of search list.
uart03.c:32: warning: no previous declaration for `__low_level_init'
uart03.c:60: warning: no previous declaration for `USCI0RX_ISR'
 /opt/mspgcc/lib/gcc-lib/msp430/3.2.3/../../../../msp430/bin/as 
-mmcu=msp430x2418 -o uart03.o /tmp/ccMbnwiD.s
/opt/mspgcc/bin/msp430-gcc -o uart03.elf -Os -v -g -mmcu=msp430x2418 
-DGCC_MSP430 -Wall -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align 
-Wsign-compare -Waggregate-return -Wmissing-declarations -Wunused uart03.o
Reading specs from /opt/mspgcc/lib/gcc-lib/msp430/3.2.3/specs
Configured with: ./configure --target=msp430 --prefix=/opt/mspgcc 
--disable-multilib --disable-libc --disable-libssp --disable-intl 
--disable-libiberty --with-gcc --with-gnu-ld --with-gnu-as --with-stabs 
--disable-shared --disable-threads --disable-win32-registry --disable-nls 
--enable-languages=c,c++
Thread model: single
gcc version 3.2.3
 /opt/mspgcc/lib/gcc-lib/msp430/3.2.3/../../../../msp430/bin/ld -m msp430x2418 
-o uart03.elf 
/opt/mspgcc/lib/gcc-lib/msp430/3.2.3/../../../../msp430/lib/crt430x2418.o 
-L/opt/mspgcc/lib/gcc-lib/msp430/3.2.3 
-L/opt/mspgcc/lib/gcc-lib/msp430/3.2.3/../../../../msp430/lib uart03.o -lgcc 
-lc -lgcc



> Hardy
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Mspgcc-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users


Reply via email to