【Target board】s3c-2410
[Virtual machine] CentOS6.4 kernel-2.6.32
【Compiler】gcc-4.4.6
Currently, among the 4.8.5 versions on the QT official website, Qt libraries 4.8.5 for Linux/X11 (230 MB) (Info) and Qt libraries 4.8.5 for embedded Linux (230 MB) (Info) are actually the same source code package, but you can use different compilers to compile two different QT versions for arm and x86.
Their packages are all called qt-everywhere-opensource-src-4.8.5.tar.gz
Click on the two packages in the blog to download directly
Install
①First, make sure that you have installed the gcc and g++ compilation environments on your machine.
②Then install QT. We call the version on the QT host Linux-QT/X11
Install QT and execute the following commands in sequence
tar -xvf qt-everywhere-opensource-src-4.8.5.tar.gz
cp -rf qt-everywhere-opensource-src-4.8.5 qt-4.8.5-x11-src
cd qt-4.8.5-x11-src
./configure -prefix /opt/qt-4.8.5-x11
make
make install
Please see --help for the specific configure parameters. However, we don't need any special configuration when using it on the host machine. Just use the default -prefix /opt/qt-4.8.5-x11, which means QT-X11 is installed in the directory under /opt/qt-4.8.5-x11. I usually use this directory as my embedded development environment. You can set it according to your habits.
Installation and configuration of qvfb
As mentioned earlier, qvfb is for use with QT on the x86 architecture, but needs to be compiled with the x11 source code.
So we execute the following command
cd qt-4.8.5-x11-src/tools/qvfb
make
cp ../../qvfb /opt/qt-4.8.5-x86/bin
Previous article:Building QT/Embedded4.8.5 development environment on s3c2410 (Part 1) --- Environment Introduction
Next article:Building QT/Embedded4.8.5 development environment on s3c2410 (VI) --Configuration of QtCreate
Recommended ReadingLatest update time:2024-11-23 11:09
- Popular Resources
- Popular amplifiers
- Microgrid Stability Analysis and Control Microgrid Modeling Stability Analysis and Control to Improve Power Distribution and Power Flow Control (
- MATLAB and FPGA implementation of wireless communication
- Introduction to Internet of Things Engineering 2nd Edition (Gongyi Wu)
- Siemens PLC Programming Technology and Application Cases (Edited by Liu Zhenquan, Wang Hanzhi, Yang Kun, etc.)
- Naxin Micro and Xinxian jointly launched the NS800RT series of real-time control MCUs
- How to learn embedded systems based on ARM platform
- Summary of jffs2_scan_eraseblock issues
- Application of SPCOMM Control in Serial Communication of Delphi7.0
- Using TComm component to realize serial communication in Delphi environment
- Bar chart code for embedded development practices
- Embedded Development Learning (10)
- Embedded Development Learning (8)
- Embedded Development Learning (6)
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- Intel promotes AI with multi-dimensional efforts in technology, application, and ecology
- ChinaJoy Qualcomm Snapdragon Theme Pavilion takes you to experience the new changes in digital entertainment in the 5G era
- Infineon's latest generation IGBT technology platform enables precise control of speed and position
- Two test methods for LED lighting life
- Don't Let Lightning Induced Surges Scare You
- Application of brushless motor controller ML4425/4426
- Easy identification of LED power supply quality
- World's first integrated photovoltaic solar system completed in Israel
- Sliding window mean filter for avr microcontroller AD conversion
- What does call mean in the detailed explanation of ABB robot programming instructions?
- STMicroelectronics discloses its 2027-2028 financial model and path to achieve its 2030 goals
- 2024 China Automotive Charging and Battery Swapping Ecosystem Conference held in Taiyuan
- State-owned enterprises team up to invest in solid-state battery giant
- The evolution of electronic and electrical architecture is accelerating
- The first! National Automotive Chip Quality Inspection Center established
- BYD releases self-developed automotive chip using 4nm process, with a running score of up to 1.15 million
- GEODNET launches GEO-PULSE, a car GPS navigation device
- Should Chinese car companies develop their own high-computing chips?
- Infineon and Siemens combine embedded automotive software platform with microcontrollers to provide the necessary functions for next-generation SDVs
- Continental launches invisible biometric sensor display to monitor passengers' vital signs
- [Project source code] Digital tube companion - binary to BCD
- Talk about the method of suppressing the self-excited howling of the microphone
- 【CLUE】Programming with CircuitPython
- Uncover the mystery of MOS tube damage! What other reasons do you know?
- Let's discuss whether GaN materials are a key technology in 5G applications.
- FPGA Basics (I)
- Sensortile.box
- Agilent Fundamentals of RF and Microwave
- [LPC8N04 Evaluation] Evaluation of the various functions of the development board
- [GD32E231 DIY Contest]——02. New project engineering and engineering configuration