Description: arm-linux-gcc编译器,S3C2410开发板移植目前最新的linux2.6.14的内核,需要使用这个编译器编译-arm- linux-gcc compiler, S3C2410 development board transplantation latest linux2.6.14 kernel, need to use the compiler compiler Platform: |
Size: 42745856 |
Author:李雷 |
Hits:
Description: 程序代码使用说明:
(1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。
(2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类似命令。当然,也可以修改这些Makefile。
(3)Qt程序的交叉编译请参考本书第2章:可以利用qmake自动生成用于交叉编译的Makefile。当然,也可以采用(2)的方法,或者直接修改Makefile。
(4)所有代码都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的环境中编译测试通过。-Code instructions:
(1) all source directory provides Makefile (non Qt) or (Qt. Pro), or a more detailed instructions (chapter 7). In contrast, in the book can also refer the corresponding sections using direct GCC compiler method, the command to learn how to write a Makefile.
(2) in the default Makefile using "CC = GCC" or "CPP = g++" setting, cross-compiling please CC = "you arm- Linux- GCC CPP = arm- Linux- g++" (assuming you use CD in the arm- Linux- GCC cross-compiling toolchain) or similar commands. Of course, also can modify these Makefile.
(3) Qt program cross-compiling please refer to chapter 2: can use qmake automatically generated for cross-compiling of Makefile. Of course, also can use (2) method, or directly modified Makefile.
All code (4) in Redhat9 and gcc3.4.1/arm- Linux gcc3.4.1- Qtopia/says Andrea giancoli of environment 4.3.0- compiled by test. Platform: |
Size: 95232 |
Author:朱信 |
Hits:
Description: 1、采用 arm-linux-gcc3.4.1 交叉编译 busybox-1.10.3 制作根文件系统;
2、理解根文件系统中各目录、文件的作用-1, using arm-linux-gcc3.4.1 cross compile busybox-1.10.3 make the root file system
2, to understand the root file system of directories, files, the role of Platform: |
Size: 18432 |
Author:张蕾 |
Hits:
Description: 1、将 Linux 内核采用 arm-linux-gcc3.4.1 交叉编译生成 uImage 格式的二进制文件,之后将其烧写入开发板的 Flash 存储器;
2、练习 Linux 内核的定制方法;
-1, the Linux kernel using arm-linux-gcc3.4.1 cross-compiler to generate uImage binary file format, then burn to write their development board Flash memory
2, the practice of custom Linux kernel method Platform: |
Size: 18432 |
Author:张蕾 |
Hits: