Results 1 to 3 of 3

Thread: Strange compiler errors ... help

  1. #1

    Strange compiler errors ... help

    Have anyone ever seen such compiler errors ????? help ? how to avoid them ??
    mipsel-uclibc-gcc -DHAVE_CONFIG_H -I/home/ezhikov/wl/gift-0.11.8.1/z/include/ -I. -I. -I.. -I../src -I/usr/include -g -O2 -Wall -MT ft_packet.lo -MD -MP -MF .deps/ft_packet.Tpo -c ft_packet.c -fPIC -DPIC -o .libs/ft_packet.o
    /tmp/ccQJTy29.s: Assembler messages:
    /tmp/ccQJTy29.s:584: Error: unrecognized opcode `rorw $8,$3'
    /tmp/ccQJTy29.s:590: Error: unrecognized opcode `rorw $8,$2'
    make[3]: *** [ft_packet.lo] Error 1
    make[3]: Leaving directory `/usr/home/ezhikov/wl/gift-openft-0.2.1.5/src'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/usr/home/ezhikov/wl/gift-openft-0.2.1.5/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/usr/home/ezhikov/wl/gift-openft-0.2.1.5'
    make: *** [all] Error 2
    ezhikov@logovo:~/wl/gift-openft-0.2.1.5$ mipsel-linux-gcc --version
    mipsel-linux-gcc (GCC) 3.2.3 with Broadcom modifications
    Copyright (C) 2002 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

  2. #2
    i found what it causes due to macros "htons" .....
    Anyway why to unfold it without errors ?

  3. #3
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Quote Originally Posted by ezhikov
    i found what it causes due to macros "htons" .....
    Anyway why to unfold it without errors ?
    The include path should use /usr/include - that's the problem. You should use cross includes.

Similar Threads

  1. Strange PREROUTING rules
    By joozju in forum WL-500g Q&A
    Replies: 6
    Last Post: 07-07-2005, 17:25
  2. Download errors in Emule
    By elektroman in forum WL-500g Q&A
    Replies: 1
    Last Post: 18-01-2005, 22:01
  3. Strange Powerdrops
    By FvW in forum WL-500g Q&A
    Replies: 0
    Last Post: 26-07-2004, 20:01
  4. TCP/IP header checksum errors
    By wl500pat in forum WL-500g Q&A
    Replies: 1
    Last Post: 19-06-2004, 18:40
  5. Bogus klogd errors?
    By erik_bies in forum WL-500g Q&A
    Replies: 2
    Last Post: 02-05-2004, 22:39

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •