This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

MIPS GCC 3.4.2 Cross Compiler error without error message


I am trying to cross-compile ucLinux for a Linksys router. I get bumped out
of MAKE without an actual error message. Can someone tell me what the cause
may be? Is the compiler just dying?

make[5]: Entering directory
`/home/mike/Dev/WRT54GX-v2/linux-2.4.x/drivers/net/re865x'
/home/mike/Dev/toolchain/mips-linux-uclibc/bin/gcc -D__KERNEL__
-I/home/mike/Dev/WRT54GX-v2/linux-2.4.x/include  -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -I
/home/mike/Dev/WRT54GX-v2/linux-2.4.x/include/asm/gcc -G 0 -mno-abicalls
-fno-pic -pipe  -finline-limit=100000 -mabi=32 -march=r3000 -mips1 -Wa,-32
-Wa,-march=r3000 -Wa,-mips1  -DRTL865X_DEBUG -DRTL865X_OVER_KERNEL
-DRTL865X_OVER_LINUX -D__KERNEL__ -Wno-implicit -Werror -nostdinc
-iwithprefix include -DKBUILD_BASENAME=rtl_glue  -DEXPORT_SYMTAB -c
rtl_glue.c
In file included from
/home/mike/Dev/WRT54GX-v2/linux-2.4.x/include/linux/interrupt.h:53,
                 from
/home/mike/Dev/WRT54GX-v2/linux-2.4.x/include/linux/netdevice.h:471,
                 from rtl_glue.c:5:
/home/mike/Dev/WRT54GX-v2/linux-2.4.x/include/asm/softirq.h: In function
`cpu_bh_disable':
/home/mike/Dev/WRT54GX-v2/linux-2.4.x/include/asm/softirq.h:18: warning: use
of compound expressions as lvalues is deprecated
/home/mike/Dev/WRT54GX-v2/linux-2.4.x/include/asm/softirq.h: In function
`__cpu_bh_enable':
/home/mike/Dev/WRT54GX-v2/linux-2.4.x/include/asm/softirq.h:25: warning: use
of compound expressions as lvalues is deprecated
In file included from rtl_glue.c:5:
/home/mike/Dev/WRT54GX-v2/linux-2.4.x/include/linux/netdevice.h: In function
`__netif_rx_schedule':
/home/mike/Dev/WRT54GX-v2/linux-2.4.x/include/linux/netdevice.h:759:
warning: use of compound expressions as lvalues is deprecated
/home/mike/Dev/WRT54GX-v2/linux-2.4.x/include/linux/netdevice.h: In function
`netif_rx_reschedule':
/home/mike/Dev/WRT54GX-v2/linux-2.4.x/include/linux/netdevice.h:784:
warning: use of compound expressions as lvalues is deprecated
/home/mike/Dev/WRT54GX-v2/linux-2.4.x/include/linux/netdevice.h: In function
`netif_tx_disable':
/home/mike/Dev/WRT54GX-v2/linux-2.4.x/include/linux/netdevice.h:837:
warning: use of compound expressions as lvalues is deprecated
make[5]: *** [rtl_glue.o] Error 1
make[5]: Leaving directory
`/home/mike/Dev/WRT54GX-v2/linux-2.4.x/drivers/net/re865x'
make[4]: *** [first_rule] Error 2
make[4]: Leaving directory
`/home/mike/Dev/WRT54GX-v2/linux-2.4.x/drivers/net/re865x'
make[3]: *** [_subdir_re865x] Error 2
make[3]: Leaving directory
`/home/mike/Dev/WRT54GX-v2/linux-2.4.x/drivers/net'
make[2]: *** [_subdir_net] Error 2
make[2]: Leaving directory `/home/mike/Dev/WRT54GX-v2/linux-2.4.x/drivers'
make[1]: *** [_dir_drivers] Error 2
make[1]: Leaving directory `/home/mike/Dev/WRT54GX-v2/linux-2.4.x'
make: *** [linux] Error 1
[
--
View this message in context: http://www.nabble.com/MIPS-GCC-3.4.2-Cross-Compiler-error-without-error-message-t1246006.html#a3299219
Sent from the gcc - cross compiler forum at Nabble.com.


--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]