阅读:1619回复:4
请问,开发嵌入式系统驱动程序----
请问,在PC机上开发嵌入式系统需要哪些工具,哪儿有下载?怎么设置环境。谢谢!
|
|
沙发#
发布于:2003-01-18 07:25
For free software you probably can use the gcc, and build the cross-compiler like: arm-elf-gcc for arm. this depends on your target platform.
When you want to develop software on PC for the embedded target the tools you need is the cross-platform compiler, arm-elf-gcc(for ARM), cross-platform preprocessor arm-elf-cpp(ARM), cross-platform assembler arm-elf-as(ARM) and cross-platform linker arm-elf-ld hope this help |
|
板凳#
发布于:2003-01-23 11:33
问题问的太笼统!别人怎么回答
|
|
地板#
发布于:2003-02-10 11:40
不知所云!
|
|
地下室#
发布于:2003-02-12 20:32
利用下列工具可以学习嵌入式开发:
两台计算机+LP电缆+VC+ToolsSuiteLite,参考《Windows嵌入式开发技术》,可以学习该技术。具体您可以来信。 |
|