Icpu fan can not bee reconc...

file not recognized: File truncated,原因-红联Linux系统门户
您的位置:
&& 查看内容 - - -
file not recognized: File truncated,原因
wwwkljoel发布于
&&字号: &&&&(网友评论&3&条)&
在虚拟机中编译正常,而在服务器上编译不通过,出现了
"file not recognized: File truncated"
,重新建立一个目录,把源码放进去,再编译就没有了错误,为什么啊。
#make V=1就会出现如下内容CODE: make -C /lib/modules/2.6.30.10/build SUBDIRS=/root/xu/kingip modules
make[1]: Entering directory `/usr/src/linux-2.6.30.10'
test -e include/linux/autoconf.h -a -e include/config/auto.conf || (
ERROR: Kernel configuration is invalid.&;
include/linux/autoconf.h or include/config/auto.conf are missing.&;
Run 'make oldconfig && make prepare' on kernel src to fix it.&;
/bin/false)
mkdir -p /root/xu/kingip/.tmp_ rm -f /root/xu/kingip/.tmp_versions/*
make -f scripts/Makefile.build obj=/root/xu/kingip
ld -m elf_i386
-r -o /root/xu/kingip/demo.o /root/xu/kingip/test.o /root/xu/kingip/kingip.o /root/xu/kingip/ip_op.o /root/xu/kingip/print.o
/root/xu/kingip/ip_op.o: file not recognized: File truncated
make[2]: *** [/root/xu/kingip/demo.o] Error 1
make[1]: *** [_module_/root/xu/kingip] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.30.10'
make: *** [default] Error 2
作者: vtitle&发布日期:
作者: xk470&发布日期:
我也出现了这个问题,后来我把卸载模块时销魂内存的函数换了下先后顺序,竟然编译过了。。。。。。我的卸载函数是这样的:
int p2p_destroy(void){
pua_destroy();
p2p_model_destroy();
编译时会出现 file not recognized: File truncated
后来我把他改为这样:
int p2p_destroy(void){
p2p_model_destroy();
pua_destroy();
作者: xk470&发布日期:
出现file不识别,估计就是文件顺序错了
共有评论数 3/每页显示数 10
发表评论,与各位同人交流。回复请点击下方的我要评论按钮(游客可回复),要发表贴子请点击
Linux教程下载?“”(请点击),Linux教程免费下载。
求助Linux问题?论坛有39版块,覆盖所有Linux技术层面。前往“”
 |  |  |  |  |  |  |  |  |  |  |  | 
&2015 红联 Powered by SupSitePROTEL 99SE 在WIN7加载PCB文件库时出现File is not recognized错误的解决方法_中华文本库
第1页/共3页
PROTEL 99SE 在WIN7加载PCB文件库时出现File is not recognized错误的解决方法
我发现了个有点麻烦的方法,不过终於能用了。
STEP1:就是用那个[find]功能,
STEP2:Path选定libraries的资料夹路径,
STEP3:然后直接点[ find now],
STEP4:找到那些DDB和LIB文件后可以在find那个窗口里点选[Add To Library List] 以上这样就完成了
protel99se在vista和win7下sch库和pcb库均不克不及加载,很郁闷。这是解决办法
1.进入C\WINDOWS下找到avdsch99se文件;
2.用写字板打开文件,在[Change Library File List]下找到File0,各人可以发现,等号后面的的内容就是默认已添加的库,要是要添加多个怎么办呢?简单,在File0后面添File1,File2..依次类推,但注重最后修改File0上边的Count属性,要是你添了两个,就把它的值改为2。
我用的是win7系统,我如次改可行:
TypeCount=2
File0=C:\Program Files\Design Explorer 99
SE\Library\Sch\Miscellaneous
File1=C:\Program Files\Design Explorer 99 SE\Library\Sch\Protel DOS Schematic
File2=C:\Program Files\Design Explorer 99 SE\Library\Sch\Intel
File3=C:\Program Files\Design Explorer 99 SE\Examples\Backup of
File4=C:\Program Files\Design Explorer 99 SE\Examples\Backup of
第1页/共3页
寻找更多 ""Add Python to the PATH Environmental Variable (‘python’ is not recognized as an internal or external command)
Published: Wednesday 7th March 2012
Saturday 21st December 2013
Many developers install Python on their Windows machine, and when they try to run the console command python.exe, they get the following error message:
‘python’ is not recognized as an internal or external command
We'll show you how to install Python, and fix this error. By adding Python to the PATH environmental variable.
Step 1: Download Python
First visit the
and download the latest release. At the time of this writing the latest versions are 2.7.3 and 3.3.0.
Install it by double clicking the Python installer setup file and follow the wizard along.
Step 2: Add Python to the PATH Environmental Variable
Next, let's click on the Start Menu and right click My Computer. Click on Advanced System Settings.
Then click on Environment Variables. This is where we can add Python to the PATH environmental variable.
Find the PATH variable and click Edit. You want to add Python to this PATH variable by adding ;C:\Python27 to the end of that string (or whatever the path to your Python installation is).
Save your changes!
So what exactly is happening here?
When you type in python in a command prompt, Windows will use the PATH environmental variable to get a list of directories to go looking for the python.exe file. Before you followed the steps here, it couldn’t find the python.exe file, hence the error.
Now that the PATH variable is set, when you execute python via the Windows console, you'll see a familiar programming prompt.
Python running on Windows!
Related Articles
Pingback: ()
Pingback: ()
Pingback: ()The page is temporarily unavailable
nginx error!
The page you are looking for is temporarily unavailable.
Please try again later.
Website Administrator
Something has triggered an error on your
This is the default error page for
nginx that is distributed with
It is located
/usr/share/nginx/html/50x.html
You should customize this error page for your own
site or edit the error_page directive in
the nginx configuration file
/etc/nginx/nginx.conf.}

我要回帖

更多关于 can not 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信