gpt4 book ai didi

linux - Jungo WinDriver 需要一个 linux 符号链接(symbolic link),这是什么意思?

转载 作者:太空宇宙 更新时间:2023-11-04 03:58:31 26 4
gpt4 key购买 nike

它的手册说:

To run GUI WinDriver applications (e.g., DriverWizard [5]; Debug Monitor [7.2]) you must alsohave version 5.0 of the libstdc++ library — libstdc++.so.5. If you do not have this file, install it from the relevant RPM in your Linux distribution (e.g., compat-libstdc++).

Before proceeding with the installation, you must also make sure that you have a linux symbolic link. If you do not, create one by typing : /usr/src$ ln -s 'target kernel'/linux

For example, for the Linux 2.4 kernel type :

/usr/src$ ln -s linux-2.4/ linux

这是什么 symbolic link意思是 ? <target kernel>做什么和linux预设?

如果我在Ubuntu 13.10中安装WinDriver,这两个参数应该如何指定?

最佳答案

在 Linux 计算机上安装 WinDriver 时,必须确保使用与构建内核相同的头文件来编译 WinDriver。 #uname -a 会告诉你你的内核版本号。

您应该验证目录/usr/src/linux(通常是符号墨水)是否指向正确的内核头源,并且头文件使用与正在运行的内核完全相同的版本号。A 指的是内核头的位置,指的是 Linux 内核名称-编号。

To fix this:
Become super user: $su ;
Change directory to: /usr/src/: # cd /usr/src/ ;
Delete the previous link you created (if any): # rm linux ;
And create a new symbolic: # ln -s linux-2.4/ linux.

我建议按照 Windriver 手册中的 Linux 安装过程进行操作: http://www.jungo.com/st/support/documentation/windriver/11.5.0/wdpci_manual.mhtml/wd_install_process.html#wd_install_linux

问候,Nadav,Jungo 支持经理

关于linux - Jungo WinDriver 需要一个 linux 符号链接(symbolic link),这是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23886915/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com