感谢回复!请问:已经通过ipkg安装了gcc,下一步应该做什么?我不太懂,谢谢! ...
不是安装一个gcc软件就完事的啊,我是说安装编译环境。不是一个软件,是一系列软件。 回复不了? 本帖最后由 SMT 于 2013-8-21 14:38 编辑
pt880 发表于 2013-8-21 14:25
不是安装一个gcc软件就完事的啊,我是说安装编译环境。不是一个软件,是一系列软件。 ...
麻烦帮我看下,现在还需要装哪些软件?谢谢了
root@LS-XL83A:/lib# ipkg list_installed
binutils - 2.17-2 - The GNU assembler and linker and related tools
c-ares - 1.7.4-1 - C library that performs DNS requests and name resolves asynchronously
gcc - 3.4.4-5 - The GNU Compiler Collection.
glib - 2.20.4-1 - The GLib library of C routines.
gnutls - 2.6.5-1 - GNU Transport Layer Security Library.
libc-dev - 2.3.6-5 - libc development files.
libgcrypt - 1.5.0-1 - GNU cryptography libray, needed by gnutls
libgpg-error - 1.10-1 - Error handling library for libgcrypt
libnsl - 2.3.6-4 - Network Services Library
libtasn1 - 2.13-1 - ASN.1 structure parser library.
make - 3.82-1 - examines files and runs commands necessary for compilation
nano - 2.2.6-1 - A pico like editor
ncurses - 5.7-3 - NCurses libraries
openssh - 5.9p1-1 - a FREE version of the SSH protocol suite of network connectivity tools.
openssl - 0.9.7m-6 - Openssl provides the ssl implementation in libraries libcrypto and libssl, and is needed by many other applications and librari
wget - 1.12-2 - A network utility to retrieve files from the Web
zlib - 1.2.5-1 - zlib is a library implementing the 'deflate' compression system.
Successfully terminated.
SMT 发表于 2013-8-21 14:37
麻烦帮我看下,现在还需要装哪些软件?谢谢了
不是看出来的,是验证出来的。缺啥装啥! pt880 发表于 2013-8-21 19:11
不是看出来的,是验证出来的。缺啥装啥!
能否指导下如何验证?貌似唯一的问题就是这个“not recognized”,头痛!
附hello world报错情况:root@LS-XL83A:/mnt/disk1/tmp# gcc -o hello hello.c
/lib/libc.so.6: file not recognized: File format not recognized
collect2: ld returned 1 exit status
root@LS-XL83A:/mnt/disk1/tmp# cat hello.c
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char **argv)
{
printf("Hello world!\n");
exit(0);
}
本帖最后由 wahhh 于 2013-8-22 21:12 编辑
也可能是optware版本造成glibc库格式不对。
LZ装optware用的哪个源?
我看到有人在WVL上的编译环境是用的cs08q1armel wahhh 发表于 2013-8-22 14:50
也可能是optware版本造成glibc库格式不对。
LZ装optware用的哪个源?
应该就是了。我的:
http://ipkg.nslu2-linux.org/feeds/optware/cs05q3armel/cross/stable/lspro-bootstrap_1.2-7_arm.xsh
linux真不好搞,晕啊。 wahhh 发表于 2013-8-22 14:50
也可能是optware版本造成glibc库格式不对。
LZ装optware用的哪个源?
应该就是了。我的:
http://ipkg.nslu2-linux.org/feeds/optware/cs05q3armel/cross/stable/lspro-bootstrap_1.2-7_arm.xsh
linux真不好搞,晕啊。 SMT 发表于 2013-8-26 13:18
应该就是了。我的:
http://ipkg.nslu2-linux.org/feeds/optware/cs05q3armel/cross/stable/lspro-bootst ...
你明明用的是cs05的那个 用cs05的源有很多问题。
论坛里很火的一个改机教程里写的不对。
推荐用这个教程:
http://www.gebi1.com/thread-26427-1-2.html 自己编译安装太麻烦了,直接ipkg安装吧。这样却什么包都会自动打上。 3w3g 发表于 2013-8-26 21:21
自己编译安装太麻烦了,直接ipkg安装吧。这样却什么包都会自动打上。
自己编译,所有能支持的软件都能上。要什么有什么。ipkg有这么方便么? linux就是整不明白啊~~~头晕。 linux就是整不明白啊~~~头晕。
页:
1
[2]