Search Linux Wireless

Re: compat-wireless cross compile

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Quoting JJLee <jjleecareer@xxxxxxxxx>:

maybe your corss compile gcc not support elseif keywords

Please don't top-post.  Top-posting kills an intelligent discussion.

config.mk:26:*****missing "endif"........

If you actually read the text you quoted you would have realized that the message comes from the make program that fails to interpret config.mk. The compiler is not involved at this stage.

There is no "elseif" or even "elsif" anywhere in compat-wireless-2.6.39, and if GNU make failed to understand a keyword, it would have reported it differently:

$ cat makefile
ifeq (0,0)
elseif
$ make
makefile:2: *** missing separator.  Stop.

BSD make would stop of the first like of the compat-wireless Makefile without even getting to config.mk:

$ bmake
bmake: "/home/proski/src/compat-wireless-2.6.39-1-sn/Makefile" line 1: Need an operator

--
Regards,
Pavel Roskin
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux