当前位置:网站首页>Raspberry pie arm version of GCC installed configuration and environment variables
Raspberry pie arm version of GCC installed configuration and environment variables
2022-08-01 01:34:00 【Ten Moo One Sword】
Installation package used
tools-master.zip
Required personal
Unzip
unzip xxxxxx
aac8c0.png)
If there is no configuration environment variable, you have to go to this path to compile every time
./arm-linux-gnueabihf-gcc -span>vBecause soft links are executable files that do not occupy memorySo to ./XXXXXXXX
What about the user directory compilation?
The compilation error is not found
Configuring environment variables
echo $PATH to view environment variables
The red circle indicates the prefix of the environment variableThe suffix is what you want to add (what you want to leave out)
Open and launch scripts (hidden files)
vi .bashrc (hidden file)Configuration format: export PATH = Prefix of environment variable :span> + (want to leave out)It takes effect on startup and takes effect forever
source .bashrc (valid script)
The user directory has no soft link so arm-linux-gnueabihf will doSo the environment variable configuration is successful
边栏推荐
- leetcode:1648. 销售价值减少的颜色球【二分找边界】
- how to edit the table of contents of an epub ebook
- Euler system (euleros): upgrade Mysql
- What is the meaning of JS timestamp?Know SQL will consider to add a timestamp, JS timestamp for the scene?
- Fat interface in JQESAP system
- STK8321 I2C(昇佳-加速度传感器)示例
- IDEA无法识别module(module右下角没有蓝色小方块)
- Talking about hardware device computing storage and data interaction
- Detailed explanation of TCP protocol
- sqlserver无法远程连接
猜你喜欢
设备树——dtb格式到struct device node结构体的转换
Completely closed Chrome updated and in the top right corner of the tip
SC7A20(士兰微-加速度传感器)示例
【历史上的今天】7 月 31 日:“缸中之脑”的提出者诞生;Wi-Fi 之父出生;USB 3.1 标准发布
RTL8762DK RTC (5)
WeChat applet page syntax
设备树的树形结构到底是怎样体现的?
[cellular automata] based on matlab interface aggregation cellular automata simulation [including Matlab source code 2004]
ROS2 series of knowledge (4): understand the concept of [service]
Unity3D study notes 10 - texture array
随机推荐
Rasa 3.x 学习系列- Rasa - Issues 4898 学习笔记
从零造键盘的键盘超级喜欢,IT人最爱
Device tree - conversion from dtb format to struct device node structure
你需要知道的 TCP 四次挥手
785. 快速排序
date command
RTL8762DK UART (two)
MYSQL Classic Interview Questions
Rasa 3.x 学习系列- Rasa - Issues 4918 学习笔记
MYSQL Keyword Explain Analysis
VPGNet
ROS2 series of knowledge (4): understand the concept of [service]
更换树莓派内核
IDEA调试
LeetCode每日一练 —— 环形链表问题(面试四连问)
Daily practice of LeetCode - Circular linked list question (interview four consecutive questions)
如何编辑epub电子书的目录
网关gateway跨域
C string array reverse
ARM 交叉编译