Re: incorrect alignment in .scommon section

2006-05-10 Thread Nick Clifton
Hi chenpp, mips-elf-gcc -I. -Iinclude -Iproject/S20/conf/main -I -O2 -fno-builtin -nostdinc -fno-delete-null-pointer-checks -EB -mabi=eabi -msoft-float -march=mips32 -c pid.c -o project/S20/build/main/target/S20/uart-init.o This command line just creates the object file. What is the comman

incorrect alignment in .scommon section

2006-05-08 Thread cpp
Dears, I have a problem when building my target system. My platform is based on BCM5836, binutils version is 2.16.1, GCC version is 3.4.6. The configuration is as below: binutils 2.16.1: ../configure --target=mips-elf --prefix=/usr/local/gcc3.4.6-mips-elf GCC3.4.6: ../configure --target=mip