add ready arm kernel for ROS v7.7

This commit is contained in:
Serhii Serhieiev 2023-02-02 11:42:51 +02:00
parent daf65a2173
commit e3fe3ee275
8 changed files with 8 additions and 15 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1 +0,0 @@
binary files from routeros arm 6.49.6!

Binary file not shown.

View file

@ -6,10 +6,10 @@
#rb5009
#TARGET_ARCH="aarch64"
#rb3011(ipq806x), rb450dx4(ipq401x)
#TARGET_ARCH="arm"
TARGET_ARCH="arm"
#TARGET_ARCH="mipsel"
#ath79, ramips
TARGET_ARCH="mips"
#TARGET_ARCH="mips"
TOOLS_BINS_PREFIX="openwrt-linux"
@ -20,14 +20,8 @@ TOOLS_BINS_PREFIX="openwrt-linux"
}
[ ${TARGET_ARCH} = "arm" ] && {
#OPENWRT_DIR=/home/prog/openwrt/lede-all/2019-openwrt-all/openwrt-ipq806x
#export STAGING_DIR=$OPENWRT_DIR/staging_dir/toolchain-arm_cortex-a15+neon-vfpv4_gcc-7.4.0_musl_eabi
#OPENWRT_DIR=/home/prog/openwrt/lede-all/2019-openwrt-all/openwrt-ipq4xxx
#export STAGING_DIR=${OPENWRT_DIR}/staging_dir/toolchain-arm_cortex-a7+neon-vfpv4_gcc-7.4.0_musl_eabi
GCC=arm-linux-gnueabi-gcc
OBJDUMP=arm-linux-gnueabi-objdump
OBJCOPY=arm-linux-gnueabi-objcopy
LD=arm-linux-gnueabi-ld
OPENWRT_DIR=/home/prog/openwrt/2023-openwrt/openwrt-2023
export STAGING_DIR=$OPENWRT_DIR/staging_dir/toolchain-arm_cortex-a7+neon-vfpv4_gcc-11.2.0_musl_eabi
}
[ ${TARGET_ARCH} = "mips" ] && {

View file

@ -8,10 +8,10 @@
GCC_ARGS="-static"
#for 7.0rc1 we need gcc with soft-float ONLY!
#apt-get install gcc-arm-linux-gnueabi
[ ${TARGET_ARCH} = "arm" ] && {
GCC=arm-linux-gnueabi-gcc
OBJCOPY=arm-linux-gnueabi-objcopy
}
#[ ${TARGET_ARCH} = "arm" ] && {
# GCC=arm-linux-gnueabi-gcc
# OBJCOPY=arm-linux-gnueabi-objcopy
#}
[ ${TARGET_ARCH} = "aarch64" ] && {
GCC=arm-linux-gnueabihf-gcc

Binary file not shown.