当前位置:网站首页>Rules.make - suitable for viewing in edit mode
Rules.make - suitable for viewing in edit mode
2022-08-04 06:29:00 【Btobk】
#platform
#From Middle Frenchplate-forme,Means platform;Originally from Old Frenchplate (平的) + forme (形状),Means a horizontal surface
PLATFORM=j7200-evm
#defconfig
#配置
DEFCONFIG=tisdk_j7200-evm_defconfig
#Architecture
结构结构
ARCH=aarch64
#u-boot machine
UBOOT_MACHINE=j7200_evm_a72_config
#Points to the root of the TI SDK
#指向 TI SDK 的根目录
export TI_SDK_PATH=/home/gp/ti-processor-sdk-linux-j7200-evm-08_02_00_02
#root of the target file system for installing applications
#Mount the target filesystem prepared by the application,?= 是如果没有被赋值过就赋予等号后面的值
DESTDIR ?=/home/gp/ti-processor-sdk-linux-j7200-evm-08_02_00_02/targetNFS
#Points to the root of the Linux libraries and headers matching the
#demo file system.
#指向与demofile system matching Linux Root directory for libraries and headers
export LINUX_DEVKIT_PATH=$(TI_SDK_PATH)/linux-devkit
#Cross compiler prefix
#交叉编译前缀
export CROSS_COMPILE=$(LINUX_DEVKIT_PATH)/sysroots/x86_64-arago-linux/usr/bin/aarch64-none-linux-gnu-
#Default CC value to be used when cross compiling. This is so that the
#GNU Make default of “cc” is not used to point to the host compiler
#Used by default when cross-compiling CC 值.这样,#GNU make的ccThe default will not use options that are often used by the host
#原本默认会从/usr/include目录中搜索头文件、从/usr/lib中搜索依赖库,当设置了–sysroot=dir后则会从dir/usr/include搜索头文件、从dir/usr/lib中搜索依赖库
export CC= ( C R O S S C O M P I L E ) g c c − − s y s r o o t = (CROSS_COMPILE)gcc --sysroot= (CROSSCOMPILE)gcc−−sysroot=(SDK_PATH_TARGET)
#Location of environment-setup file
#Local environment configuration file
export ENV_SETUP=$(LINUX_DEVKIT_PATH)/environment-setup
#The directory that points to the SDK kernel source tree
#该目录指向SDK的内核源文件
LINUXKERNEL_INSTALL_DIR=$(TI_SDK_PATH)/board-support/linux-5.10.100+gitAUTOINC+7a7a3af903-g7a7a3af903
CFLAGS=
#Strip modules when installing to conserve disk space
#安装时使用Stripmodule savings/Save disk space
INSTALL_MOD_STRIP=1
SDK_PATH_TARGET=$(TI_SDK_PATH)/linux-devkit/sysroots/aarch64-linux/
#Set EXEC_DIR to install example binaries.
#This will be configured with the setup.sh script.
#设置EXEC_DIRInstall the sample binaries
#This script will be used for configuration
EXEC_DIR ?=/home/gp/ti-processor-sdk-linux-j7200-evm-08_02_00_02/targetNFS/home/root/j7200-evm
#Add CROSS_COMPILE and UBOOT_MACHINE for the R5
添加r5of cross-compilation as welluboot机器
export CROSS_COMPILE_ARMV7=$(LINUX_DEVKIT_PATH)/sysroots/x86_64-arago-linux/usr/bin/arm-none-linux-gnueabihf-
UBOOT_MACHINE_R5=j7200_evm_r5_config
MAKE_JOBS=4
边栏推荐
- makefile基础学习
- 光条提取中的连通域筛除
- Windows10重置MySQL用户密码
- 中国联通、欧莱雅和钉钉都在争相打造的秘密武器?虚拟IP未来还有怎样的可能
- 【论文阅读】Further Non-local and Channel Attention Networks for Vehicle Re-identification
- ConnectionRefusedError: [Errno 111] Connection refused问题解决
- MNIST手写数字识别 —— 基于Mindspore快速构建感知机实现十分类
- [日常办公][杂项][vscode]tab space
- 抽象类、内部类和接口
- 2020-10-29
猜你喜欢

MNIST Handwritten Digit Recognition - Image Analysis Method for Binary Classification

No matching function for call to 'RCTBridgeModuleNameForClass'

Copy Siege Lion 5-minute online experience MindIR format model generation

Pytest常用插件

tensorRT5.15 使用中的注意点

【论文阅读】Further Non-local and Channel Attention Networks for Vehicle Re-identification

题目1000:输入两个整数a和b,计算a+b的和,此题是多组测试数据

How to get started with MOOSE platform - an example of how to run the official tutorial

PCL1.12 解决memory.h中EIGEN处中断问题

安装MySQL的详细步骤
随机推荐
多线程顺序输出
sbl_init.asm-适合在编辑模式下看
How to get started with MOOSE platform - an example of how to run the official tutorial
关于DG(域泛化)领域的PCL方法的代码实例
中国联通、欧莱雅和钉钉都在争相打造的秘密武器?虚拟IP未来还有怎样的可能
Copy Siege Lion's Annual "Battle" | Review 2020
FAREWARE ADDRESS
Deep learning, "grain and grass" first--On the way to obtain data sets
机器学习——分类问题对于文字标签的处理(特征工程)
度量学习(Metric learning、损失函数、triplet、三元组损失、fastreid)
target has libraries with conflicting names: libcrypto.a and libssl.a.
强化学习中,Q-Learning与Sarsa的差别有多大?
MNIST手写数字识别 —— 基于Mindspore快速构建感知机实现十分类
AWS使用EC2降低DeepRacer的训练成本:DeepRacer-for-cloud的实践操作
pytorch学习-没掌握的点
打金?工作室?账号被封?游戏灰黑产离我们有多近
arm学习-1-开发板
tmux概念和使用
arm交叉编译
PCL窗口操作