Where it says "cc" I would expected to see "gcc", I don't see anything
else. Maybe you should check for a CC variable in the Makefile to
point to "your_arm_crosstool_path-gcc"
On Sat, Jul 12, 2008 at 4:20 PM, salazarluquin_sf
<> wrote:
> Hi Gonzalo,
>
> I removed the parameters that you told and comes another error. I
> need to put some CROSS_COMPILE PATH or another trick? Please help me
> :(
> This is what comes:
>
> --------------------------------------------------
>
> :Module# cc -D__KERNEL__ -I/linux24/include -O2 -fomit-
> frame-pointer -fno-strict-aliasing -fno-common -pipe -DMODULE -
> DMODVERSIONS -include /linux24/include/linux/modsetver.h -Wall -
> Wstrict-prototypes -Wno-trigraphs -c -o rtusb_io.o rtusb_io.c
> cc: Internal error: Killed (program cc1)
> Please submit a full bug report.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> For Debian GNU/Linux specific bug reporting instructions,
> see <URL:file:///usr/share/doc/gcc-3.3/README.Bugs>.
>
> ---------------------------------------------------
>
> Best Regards,
> Sergio
>
> --- In "Gonzalo A. de la Vega"
>
> <> wrote:
>>
>> On Wed, Jul 9, 2008 at 10:08 PM, salazarluquin_sf
>> <> wrote:
>> > Hi,
>> >
>> > I tried to install the RT73 driver (wireless usb). I followed the
>> > README file but when I put the command "make all" something comes
>> > wrong. I don´t have any idea. This is what appears:
>> >
>> > --- Ralink RT73 Station Configuration --------------------
>> >
>> > Linux kernel source directory [/usr/src/linux-2.4.26-
> ts11]: /linux24
>> >
>> > Linux kernel source directory : /linux24
>> >
>> > Module install directory : /lib/modules/2.4.26-
>> > ts11/kernel/drivers/net
>> >
>> > :Module# make all
>> > cc -D__KERNEL__ -I/usr/src/linux-2.4.22-1.2115.nptl/include -O2 -
>> > fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -
>> > mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -
>> > include /usr/src/linux-2.4.22-
>> > 1.2115.nptl/include/linux/modversions.h -DDBG -Wall -Wstrict-
>> > prototypes -Wno-trigraphs -DRALINK_WPA_SUPPLICANT_SUPPORT -
>> > DBLOCK_NET_IF -c -o rtmp_main.o rtmp_main.c
>> > cc1: error: invalid option `preferred-stack-boundary=2'
>> > cc1: error: bad value (i686) for -march= switch
>> > Assembler messages:
>> > Error: unknown architecture `i686'
>> >
>> > make: *** [rtmp_main.o] Error 1
>>
>> Edit the Makefile and remove the "-march=i686" from the compiler
>> parameters (you are building for ARM). I think it will compile
> without
>> any -march parameter.
>>
>
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|