用eclipse导入uboot工程,在rhel5, uboot1.1.6 u-boot

下了最新的eclipse.3.4.2.

启动的时候需要jvm1.5以上,先把自带的1.4卸载,方法见上一篇文章。

启动后,先new-》c project -》empty makefile project。toolchains选择other toolchain。

一直next后建立一个新的空白工程。

然后file-》import-》general-》file system

浏览uboot的目录,然后新建一个into目录,next,把需要的目录选上。

然后一直next即可。

这样uboot就导入到刚才建立的“uboot”工程了。

然后,需要给make建立一个目标。

选择project-》make target-》creat,随便填。然后build的时候就可以了。哈哈

你可能感兴趣的:(eclipse,jvm,File,System,Build,makefile)