ChinaUnix.net
相关文章推荐:

eclipse arm linux

这是我参考了网上的很多资料后,修改并验证的,有一定的参考意义。不一定面面俱到,因为有的地方说多了就显得有点啰嗦,要是还有疑问就给我留言我尽力解答。 1、安装redhat9,(可以用迅雷下,速度还不错),不一定非得用完全安装,将开发包都装上就可以了,vsftp也要装,这样大概 需要1.6g左右的空间, 这里设置主机ip:192.168.0.3,开发板ip:192.168.0.2 ps:我在ubuntu上就怎么也编译不出开发板能用的程序,非得用RedHat9才行,很郁...

by siasca - Linux文档专区 - 2009-04-24 15:46:31 阅读(912) 回复(0)

相关讨论

arm_Linux 启动信息 U-Boot 1.1.4 (May 8 2006 - 15:33:27) U-Boot code: 33F80000 -> 33F96D4C BSS: -> 33F9B038 RAM Configuration: Bank #0: 30000000 64 MB Flash: 16 MB In: serial Out: serial Err: serial Hit any key ...

by 自由之子 - Linux文档专区 - 2008-08-11 22:12:45 阅读(809) 回复(0)

file book``` 文件:070522204449.zip 大小:3922KB 下载: 下载 Download.............. 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/42989/showart_336762.html

by SSLinux - Linux文档专区 - 2007-07-09 17:00:10 阅读(599) 回复(0)

ubuntu10.10

Linux下安装JDK1.6

下载jdk-6u3-linux-i586-rpm.bin

 ./jdk-6u3-linux-i586-rpm.bin             //安装 (yes)


(现在 环境变量配置 上面安装完毕jdk后 , 直接在shell里面输入java是不起作用的 , 需要先配置一下环境变量 。 基本都会用exp...

by huabinbin00 - 移动操作系统 - 2011-12-21 08:41:30 阅读(857) 回复(0)

本人将linux-arm-gcc安装好了 eclipse安装好了 X86也解压好了 但将工程文件导入eclipse 却出现了如下问题 **** Build of configuration Debug for project arm **** make all Building target: libarm.so Invoking: GCC C Linker arm-linux-gcc -L/usr/local/sqlite3/lib -shared -o"libarm.so" ./src/sqlite/db.o ./src/arm.o ./src/sem.o ./src/lcd/chr.o ./src/lcd/lcd.o ./src/inet/setup.o ./src/crc/crc.o -lpth...

by songxudong1020 - Linux环境编程 - 2011-02-12 17:35:06 阅读(2694) 回复(4)

1、如何在linux下安装Eclipse 1)、先下载 Eclipse,网址为 http://www.eclipse.org 下载其gtk版本:eclipse-SDK-3.1-linux-gtk.tar.gz 2)、安装Eclipse很简单,只要把下载回来的压缩包解压就可以了;解压后得到eclipse目录。 #tar xzvf eclipse-SDK-3.1-linux-gtk.tar.gz 3)、为让每一个帐号都可以执行Eclipse,需要写一个脚本(eclipse.sh): # eclipse.sh # # 执行 eclipse 3.1 # export JAVA_HOME=JDK安装目录 export ...

by wanglin206 - Java文档中心 - 2007-04-28 16:20:05 阅读(863) 回复(0)

Windows下使用Eclipse+CDT编写C/C++程序 Windows下使用Eclipse+CDT编写C/C++程序 ACM/ICPC总决赛...

by weijiliang - Linux文档专区 - 2006-08-14 15:03:07 阅读(1133) 回复(0)

本人今天第一次在 linux下用 Eclipse,首先下载jdk 1.5 (jdk-1_5_0_06-linux-i586.bin) 以及 Eclipse(eclipse-SDK-3.1.1-linux-gtk.tar.gz) 第二步,是安装jdk :(我的 jdk存放目录是rpm) [root@LinuxServer rpm]# chmod 755 jdk-1_5_0_06-linux-i586.bin [root@LinuxServer rpm]# ./jdk-1_5_0_06-linux-i586.bin 然后将jdk copy到 /usr/java/jdk1.5.0_06 第三步 :(由于我使用IDE工具,故我不更改环境变量) 1.将eclipse-SDK-3.0-li...

by zhrenxi - Linux文档专区 - 2005-12-09 17:51:53 阅读(972) 回复(0)

Sorry about input method in linux, I can not use chinese now:$ HELP!!! Thanks My system is rh9+jdk_1.4.2+eclipse 3_GTK, and not use blue curve theme classpath for jdk test ok java -version get result of jdk_1.4.2 but when i run the eclipse it throws exception of org.osgi.framework.BundleException: Unable to find system bundle manifest file. Here is the log file eclipse.buildId=M200409161125 java...

by onwebbe - Java - 2005-02-18 10:28:18 阅读(1537) 回复(8)

使用eclipse调试arm开发板,下载提示初始化脚本错误: 开发环境:eclipse:Helios Service Release 1 开发板:OK6410A 芯片:S3C6410 调试工具:JlinkV8 JLink驱动:v4:22g 配置相关:elipse--》Debug Configuration--》Debugger--》GDB command file:s3c6410.init 控制台提示信息:[code]source F:\Program Files\eclipse\Copy of led\s3c6410.init F:\Program Files\eclipse\Copy of led\s3c6410.init:1: Error in so...

by faxiang1230 - 嵌入式开发 - 2014-08-09 13:34:21 阅读(2750) 回复(3)

在linux中安装eclipse。启动eclipse后,出现以下信息: [root@localhost eclipse]# ./eclipse Warning: -Xms40m not understood. Ignoring. Warning: -Xmx256m not understood. Ignoring. Warning: -jar not understood. Ignoring. Exception in thread "main" java.lang.NoClassDefFoundError: .usr.local.eclipse.plugins.org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar at gnu.gcj.runtime.FirstThread.run() (/u...

by zhang45xiang - Linux系统管理 - 2010-11-23 13:19:36 阅读(1769) 回复(2)