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] | |
On 08 March 2006 12:19, MoerMike (sent by Nabble.com) wrote:
> 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?
Nope.
> 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
^^^^^^^
> /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
^^^^^^^^^^^^^^^^^^^^ gcc exit status.
cheers,
DaveK
--
Can't think of a witty .sigline today....
--
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] |