JAM – Building tool for C/C++ instead of Make

jam 公司的开源工具可以代替Make的工作,可以自动识别源文件的依赖关系而不需要像那么复杂的定义。下面有一个例子,编译一个简单的C文件,Jamfile只需要一句,而需要8行对依赖关系的定义。顺便说一下,公司的SCM工具也非常不错,很多大公司都在使用。

is a software build tool that makes building simple things simple and building complicated things manageable. It has been freely available as C source for many years from the Perforce Public Depot and is widely used to build commercial and academic software. is a very good solution for conventional C/C++ compile-and-link builds.

Continue reading JAM – Building tool for C/C++ instead of Make - 全文阅读

Code::Blocks编译skyeye步骤

simulation Bryan注:原文前面关于C::B的介绍略去,这一篇文章主要是介绍编译的步骤。

是一款开源的软件仿真模拟器软件,可以用于嵌入式软件的开发调试,是由中国人开发的开源项目中比较突出的一个。本文作者主要关注CB的方法步骤,关于的详细内容,大家可以Google其他网站内容。

is an Software Project ( Licence). Origin from GDB/Armulator, The goal of is to provide an integrated environment in and Windows. environment simulates typical Embedded Computer Systems (Now it supports a series ARM architecture based microprocessors and Blackfin DSP Processor). You can run some Embedded Operation System such as ARM , , uc/OS-II (ucos-ii) etc. in , and analysis or debug them at source level. – .org

使用CodeBlocks-1.2.5(系统,已安装完整的编译环境)
使用编译:

Continue reading Code::Blocks编译skyeye步骤 - 全文阅读

Contact us

Admin: Bryan Wu