This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C6678 运行uclinux问题



刚刚接触6678, 手上有一块6678EVM板。

1.  C6678 可不可以8个核都运行uclinux?  还是只能一个核运行uclinux, 其他核运行sys/bios?

2. 在使用6678EVM,进入uclinux 命令行界面后,无法用CTRL+C 终止 当前运行的程序,什么原因?(使用的是USB连接, 不是三线串口连接)。

3. 交叉编译的iperf-2.0.5在C6678上运行出现以下错误:

/mnt/ccinstall/iperf-2.0.5/bin # ./iperf -c 192.168.1.112 -p 5001 -i 5 -t 60
------------------------------------------------------------
Client connecting to 192.168.1.112, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[ 5] local 192.168.1.110 port 40810 connected with 192.168.1.112 port 5001
./iperf: can't resolve symbol '__c6xabi_gtd' in lib './iperf'.

__c6xabi_gtd貌似是一个双精度浮点数 “greater than”的帮助函数。编译的时候没有出问题,为何运行的时候会出问题?