Hi,

I'm trying to implement our custom board inside uClinux (latest
distribution) and I have this error when I do a make:

(and I don't know how I have to handle...)

...
netsyms.c:573: warning: `used' attribute directive ignored
netsyms.c:574: warning: `used' attribute directive ignored
netsyms.c:574: warning: `used' attribute directive ignored
netsyms.c:575: warning: `used' attribute directive ignored
netsyms.c:575: warning: `used' attribute directive ignored
netsyms.c:626: warning: `used' attribute directive ignored
netsyms.c:626: warning: `used' attribute directive ignored
netsyms.c:628: warning: `used' attribute directive ignored
netsyms.c:628: warning: `used' attribute directive ignored
rm -f network.o
m68k-elf-ld   -r -o network.o socket.o core/core.o ethernet/ethernet.o
802/802.o sched/sched.o netlink/netlink.o ipv4/ipv4.o unix/unix.o
packet/packet.o sunrpc/sunrpc.o netsyms.o
m68k-elf-gcc -fno-builtin -nostdinc -D__KERNEL__
-I/uClinux/uClinux-dist/linux-2.4.x/include  -Wall -Wstrict-prototypes
-Wno-trigraphs -O1 -g -fno-strict-aliasing -fno-common -I
/usr/local/lib/gcc-lib/m68k-elf/2.95.3//include -pipe -DNO_MM -DNO_FPU
-m5307 -Wa,-S -Wa,-m5307 -D__ELF__ -DMAGIC_ROM_PTR
-DUTS_SYSNAME="uClinux" -D__linux__ -O1   -nostdinc -iwithprefix include
-DKBUILD_BASENAME=binfmt_script  -c -o binfmt_script.o binfmt_script.c
m68k-elf-gcc -fno-builtin -nostdinc -D__KERNEL__
-I/uClinux/uClinux-dist/linux-2.4.x/include  -Wall -Wstrict-prototypes
-Wno-trigraphs -O1 -g -fno-strict-aliasing -fno-common -I
/usr/local/lib/gcc-lib/m68k-elf/2.95.3//include -pipe -DNO_MM -DNO_FPU
-m5307 -Wa,-S -Wa,-m5307 -D__ELF__ -DMAGIC_ROM_PTR
-DUTS_SYSNAME="uClinux" -D__linux__ -O1   -nostdinc -iwithprefix include
-DKBUILD_BASENAME=binfmt_flat  -c -o binfmt_flat.o binfmt_flat.c
namespace.c: In function `mnt_init':
namespace.c:1061: warning: long int format, int arg (arg 4)
binfmt_flat.c: In function `calc_v5_reloc':
binfmt_flat.c:385: warning: unused variable `opcode'
binfmt_flat.c:385: warning: unused variable `offset'
binfmt_flat.c:384: warning: unused variable `usptr'
make[3]: Leaving directory `/uClinux/uClinux-dist/linux-2.4.x/net'
make[2]: Leaving directory `/uClinux/uClinux-dist/linux-2.4.x/net'
rm -f fs.o
m68k-elf-ld   -r -o fs.o open.o read_write.o devices.o file_table.o
buffer.o super.o block_dev.o char_dev.o stat.o exec.o pipe.o namei.o
fcntl.o ioctl.o readdir.o select.o fifo.o locks.o dcache.o inode.o
attr.o bad_inode.o file.o iobuf.o dnotify.o filesystems.o namespace.o
seq_file.o xattr.o quota.o binfmt_script.o binfmt_flat.o proc/proc.o
partitions/partitions.o ext2/ext2.o ramfs/ramfs.o fat/fat.o
msdos/msdos.o vfat/vfat.o nfs/nfs.o lockd/lockd.o nls/nls.o romfs/romfs.o
make[3]: Leaving directory `/uClinux/uClinux-dist/linux-2.4.x/fs'
make[2]: Leaving directory `/uClinux/uClinux-dist/linux-2.4.x/fs'
make[1]: Leaving directory `/uClinux/uClinux-dist/linux-2.4.x'
make: *** [linux] Error 1


--
Daniel Alomar i Claramonte
Research & Development Electronic Dept.
SERRA SOLDADURA, S.A.
WEB Site: http://www.serrasold.com
Knowledge Site: http://serratron.serrasold.com
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to