完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
您好,我不能指出一个外部头文件。发生以下错误:CDC1000。C:22:错误:(141)无法打开包含文件“EEPROM。h”:没有这样的文件或指导使用“MPLAB IDE”和编译器“XC 8”,我试图使用文件夹“C:xC8”,但仍然错误继续。
以上来自于百度翻译 以下为原文 Hi, I can not indicate an external header file. The following error occurs: cdc1000.c:22: error: (141) can't open include file "eeprom.h": No such file or directory I use the "MPLAB IDE" and the compiler "XC 8" I have tried to use a folder "C: XC8" but still the error continues. |
|
相关推荐
11个回答
|
|
HiThe pathname是你的问题。“*包含”指令只搜索本地项目文件夹(包括“……”)或工具链(XC8)路径(“……包含和…………”)。如果你想搜索你的个人库“……BiLogoTeCas\…”,你必须在项目属性中添加这个路径。顾虑
以上来自于百度翻译 以下为原文 Hi The pathname was your problem. The "#include" directive only searches the local project folder (#include "....") or the toolchain (XC8) paths ("#include <....>"). If you want it to search for your personal libs "....Bibliotecas..." you have to add this path in the project properties. HIH Best regards Jorge |
|
|
|
如何指示外部文件文件夹,使包含不留这么长时间。正确的事情是只有头文件名。
以上来自于百度翻译 以下为原文 How can I indicate the external files folder so the include does not stay so long. The correct thing would be to have only the header file name. #include "../../../../../nesix/Bibliotecas/XC8/eeprom.h" |
|
|
|
您需要在项目包含路径中包含该文件夹。
以上来自于百度翻译 以下为原文 You would need to include that folder in the Project include Path. |
|
|
|
请注意,如果不再使用XC8的旧外设库(PLIB),“EEPROM。H”是一部分。只包括在某个地方找到的EEPROM。H文件将不允许您访问PLIB函数。
以上来自于百度翻译 以下为原文 Be aware that "eeprom.h" is part if the old Peripheral Libraries (PLIB) that no longer come with XC8. Just including an eeprom.h file you found somewhere will NOT give you access to the PLIB functions. |
|
|
|
我找到了EEPROM的本地电话,但是我需要包括我自己的EEPROM例程,因为它有一些特殊的呼叫。你能解释一下我把这个文件夹包含在哪里吗?我已经试着找到但是没有找到。
以上来自于百度翻译 以下为原文 I found the native call to EEPROM, but I need to include my own EEPROM routine because it has some special calls. Can you explain to me where I make this folder inclusion, I already tried to find but did not find. |
|
|
|
嗨,我想用户指南(Rev H)的部分你会发现Hyy是4.4.4-I部分:包含搜索路径。它有一个命令行参数的描述,然后是一个到IDE中的链接的链接。
以上来自于百度翻译 以下为原文 Hi, I think the section of the User's Guide (rev H) you will find handy is Section 4.8.4 -I: Include Search Path. That has a description of the command-line argument, and then a link to what you do in the IDE if you are using that to build. Jeff. |
|
|
|
如果您想添加一些自定义EEPROM访问代码,为什么不将所有必要的文件放入与项目相同的文件夹中?
以上来自于百度翻译 以下为原文 If you want to add some custom eeprom access code, why not put all the necessary files into the same folder as your project? |
|
|
|
我省掉了项目文件夹,所以当我在代码更改中也更新所有其他项目时。我希望只有一个EEPROM访问文件。
以上来自于百度翻译 以下为原文 I leave out the project folder so when I make updates in the code change also all other projects. I want to have only one EEPROM access file. |
|
|
|
如果您试图编写跨多个项目使用的代码,那么请将其视为一个库。还请记住,您必须知道哪些是使用共同代码的项目,并且(至少)将它们全部转储。采用这种方法,苏珊
以上来自于百度翻译 以下为原文 If you are trying to write code that is used across multiple projects then look to making it a library. Also remember that you will have to know which are the projects that use that bit of common code and (at least) relink them all. I suspect that you may be actually making things harder for yourself by taking this approach. Susan |
|
|
|
我决定把标题和C文件放在项目文件夹里,所以如果需要的话,我将把所有的文件放在一个地方。我已经更新了他们的信息,所以我知道哪一个是最新的。谢谢大家的帮助。
以上来自于百度翻译 以下为原文 I decided to put the header and C files inside the project folder, so if I need to, I'll have all the files in one place. I've put update information on them so I'll know which is the most current. Thank you all for your help . |
|
|
|
如果在同一个文件夹中有所有的项目/库,那么只需要退一个文件夹。
以上来自于百度翻译 以下为原文 If you have all your projects/libraries in the same folder then you only need to step back one folder. #include "../I2CLib.X/I2CLib.h" |
|
|
|
只有小组成员才能发言,加入小组>>
5188 浏览 9 评论
2009 浏览 8 评论
1933 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3181 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2232 浏览 5 评论
743浏览 1评论
629浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
512浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
642浏览 0评论
538浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-29 15:13 , Processed in 1.730723 second(s), Total 98, Slave 81 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号