RT-WiFi v0.1
RT-WiFi driver v0.1. RT-WiFi driver is built on top of the ath9k driver in backports driver collection. This release v0.1 is based on backports driver v3.13.2. This version of RT-WiFi driver, we implement basic TDMA features with static TDMA link schedule based on our RTSS 2013 paper. Please go through the following user guide before you use this driver.
i download source of barrier breaker and write makefile in package/rtwifi/Makefile
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
export KERNELDIR:=$(LINUX_DIR)
PKG_NAME:=rtwifi
PKG_VERSION:=0.1
PKG_SOURCE_URL:=(local host web server)
PKG_SOURCE:=1.tar.gz
PKG_MD5SUM:=602190cb1ccaa3c0302afb701f52aa1b
PKG_CAT:=zcat
PKGARCH:=mips
include $(INCLUDE_DIR)/package.mk
define KernelPackage/rtwifi
SECTION:=libs
CATEGORY:=Libraries
TITLE:=A library that talks to Apple devices.
# DEFAULT:=y
endef
define Build/Configure
endef
define Build/InstallDev
endef
define KernelPackage/rtwifi/install
endef
$(eval $(call KernelPackage,rtwifi))
and compille with
make package/rtwifi/install V=s
but building stop with error
Error: -march=mips32r2 is not compatible with the selected ABI
/home/botto/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/linux-ar71xx_generic/rtwifi-0.1/compat/main.c:1:0: error: '-march=mips32r2' is not compatible with the selected ABI
#include <linux/module.h>
please help compilling this package sources and user guide can download from cs@utexas@edu/users/cps/rt-wifi@html
how to change arch easy or this release code oriented writed for x86-64 arch?
(Last edited by tiuman5 on 2 Jun 2017, 15:09)