1: 1: Normally, unzip and install the cross-tool in the user directory.
2: Use sudo /etc/profile to change the corresponding environment variables. (For more information, see the cross-tool installation in the OK6410Llinux user manual)
3: source /etc/profile to make the modified file take effect
4: Check whether the cross-tool is effective: arm-linux-gcc -V
The above prompts you to install the cross tool chain version information, but when you compile the kernel, the system will prompt an error that some files cannot be executed, so I added sudoo and tried to compile it through sudoo permissions. The structure is not good and it prompts arm-linux-gcc can not find,.... What's the matter? What's the matter? ? ? ? ?
The solution is as follows:
A: sudo -s command, this is the command that Ubuntu switches to root privileges
B: vi /etc/profile command, you will find that this is not the file modified in the previous step? Yes, it is the file you modified and saved with sudo vi /etc/profile under user permissions. We do not need to modify it again here. The key is in the third point below
C: source /etc/profile。
D: Check whether the cross-tool is effective: arm-linux-gcc -v
E: Compile your file and find that the tool is easy to use and does not prompt errors
Summary: The reason is that we need the super privilege ROOT to compile files. The cross-compilation tool installed under user privileges cannot be found when compiling files with super privileges. It is equivalent to you being an arms supplier and having many guns, but sorry, only the police have the privilege to use the guns and ammunition. Ordinary users cannot use them without privileges. What should you do? You have to tell the police how to use these weapons through the "instruction manual". sudo -S switches to ROOT privileges, and source /etc/profile under root privileges to register the relevant cross-tool information for root.
Previous article:How to read and write Flash in ARM
Next article:Compilation problems encountered when cross-compiling the json-c-0.9 library under arm-linux
Recommended ReadingLatest update time:2024-11-16 17:56
- Popular Resources
- Popular amplifiers
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications