完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,突然间我做了一些错误的事情,在X上做了一个新的项目。我确信是我做错了什么。我已经完成了完全新的项目并得到同样的错误。但是我迷路了!谢谢你的帮助!MikbBase/MaFaCuff.DEC.MK:107:目标“构建/默认/生产/ 283756323 / 283756323 /GH042018A.O'FrimeDebug”[5]:离开目录'C:/Mult/MPLAXXPixs/GrPHEAT042018A.X'NbPosi/MaFaMeCurrase.MK: 90:目标''.Buffic CONF 'FrimeDebug [1 ]:离开目录的配方'Cu//MPLAbxStudio/GrPHeAt042018A.x'NbPosi/MaFixIMP.MK: 39:目标'BuffiBuff.FuffEdTe[ 2 ]的配方:**[构建/默认/生产/ /Ext/ 283756323 /GH042018A.O]错误[1 ]:***[构建CONF]错误2]:**[构建IMPL]错误2Bug失败(退出值2,总数)时间:1秒)
以上来自于百度翻译 以下为原文 Hi, All of a sudden I am doing something wrong making a new Project in X. I am sure it is me doing something wrong. I have made completely new projects and get the same error. Something is not finding something? But I am lost! Thanks for any Help! Mike nbproject/Makefile-default.mk:107: recipe for target 'build/default/production/_ext/283756323/GH042018A.o' failed make[2]: Leaving directory 'C:/Users/Michael Hagen/MPLABXProjects/GripHeat042018A.X' nbproject/Makefile-default.mk:90: recipe for target '.build-conf' failed make[1]: Leaving directory 'C:/Users/Michael Hagen/MPLABXProjects/GripHeat042018A.X' nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed make[2]: *** [build/default/production/_ext/283756323/GH042018A.o] Error 1 make[1]: *** [.build-conf] Error 2 make: *** [.build-impl] Error 2 BUILD FAILED (exit value 2, total time: 1s) |
|
相关推荐
6个回答
|
|
您正在创建一个库文件。它没有失败的原因。如果在正常代码中有一个主(),则将其添加到库中。
以上来自于百度翻译 以下为原文 You are creating a library file. No reason why it should fail. If you have a main() in normal code, add it to libraries. |
|
|
|
我想要一个带有绝对代码的独立ASM文件。没有C或可重新定位的代码。我整天都在做同样的事情。我已经创建了十几个新项目,它们都是这样崩溃的。我不知道这是一个文件位置问题还是汇编代码问题。我已经创建了这么多,我不能回到一个工作。我必须回到能够消除错误,似乎是与这个错误的圈子。我已经做了至少十几个项目,因为X出来,我只是MIS。唱点什么?谢谢,迈克
以上来自于百度翻译 以下为原文 I want a stand alone ASM file with Absolute code. No C or Re-Locatable code. I keep doing the same thing all day. I have created a dozen new projects, they all crash like this. I don't know if it is a file location problem or a assembly code problem. I have created so many, I can't get back to one that worked. I have to get back to being able to de-bug, and just seem to be going in circles with this error. I have done at least a dozen projects since X came out, I am just missing something? Thanks, Mike |
|
|
|
ASM项目的默认模式是“可浮动”。如果你想使用“绝对”,你必须改变项目属性对话框中的模式。
以上来自于百度翻译 以下为原文 Hi Default mode for ASM projects is "relocatable". If you want to use "absolute" you have to change the mode in the project properties dialog. HIH Best regards Jorge |
|
|
|
是的,我在属性中绝对保存了。这是我一整天都在犯的错误。我不知道它是配置错误还是代码错误?感谢MikbBase/MaFaMeCurrime.MK:111:目标“构建/默认/生产/ 227472110 / 227472110 / GWEAT042118B.O'FrimeDebug”[5]:离开目录'C://MultAbxStudio/GHOT042118B.x'nbPosi/MaFaMeCurrase.MK: 90:目标''.Buff-CONF 'FultEdFuff[1 ]:离开DI的配方RealToC:/MPLAXXPROST/GWEAT042118B.X'NbPosi/MaFix.IMP.MK:39:目标的配方.Buff-IMPL“FultEdvest[[ 2 ] ]:*/[构建/默认/生产/ /Ext/ 227472110 / GWOT042118B.O]错误1]使[1 ]:**[Buffic CONF]错误2]:***[构建IMPL]错误2Bug失败(退出值2),总时间:1秒)
以上来自于百度翻译 以下为原文 Yes, I have Absolute saved in properties. Here is the error I have been getting all day. I don't know if it is a configuration or code error? Thanks Mike nbproject/Makefile-default.mk:111: recipe for target 'build/default/production/_ext/227472110/GHeat042118B.o' failed make[2]: Leaving directory 'C:/Users/Michael Hagen/MPLABXProjects/GHeat042118B.X' nbproject/Makefile-default.mk:90: recipe for target '.build-conf' failed make[1]: Leaving directory 'C:/Users/Michael Hagen/MPLABXProjects/GHeat042118B.X' nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed make[2]: *** [build/default/production/_ext/227472110/GHeat042118B.o] Error 1 make[1]: *** [.build-conf] Error 2 make: *** [.build-impl] Error 2 BUILD FAILED (exit value 2, total time: 1s) |
|
|
|
在X之前,我把所有的东西都移到了旧IDE。找到了2个被拼写错的MOVWF语句。把文件复制回X,现在它编译时没有错误,程序用ICD3。奇怪?谢谢大家!迈克
以上来自于百度翻译 以下为原文 I moved everything to the old IDE before X. Found 2 movwf statements that were misspelled. Copied the file back to X and it now compiles without errors and programs with ICD3. Strange? Thanks Everybody! Mike |
|
|
|
您发布的HIVE错误/报告是由“MaMaFIX文件”生成的。它可能不止一次地发生在MPLAX中的构建过程中生成的所有GiBiess中,从“MPASMX”中丢失的错误。
以上来自于百度翻译 以下为原文 Hi The errors/reports you posted are generated by the "makefile". Its possible, it happened to me more than once, that the errors from the "mpasmx" were lost in the middle of all the giberish generated by the build process in MPLab X. Best regards Jorge |
|
|
|
只有小组成员才能发言,加入小组>>
5250 浏览 9 评论
2037 浏览 8 评论
1958 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3219 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2266 浏览 5 评论
791浏览 1评论
682浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
613浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
686浏览 0评论
584浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-29 15:22 , Processed in 1.351688 second(s), Total 55, Slave 49 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号