Author |
Message |
Topic: Problems CCS and MPLABX1.4 |
Dididito
Replies: 39
Views: 54847
|
Forum: General CCS C Discussion Posted: Fri Oct 12, 2012 3:00 am Subject: Problems CCS and MPLABX1.4 |
My solution is not useful at all.
If you want to use CCS, don't use MPLABX.
If you want to use MPLABX, use another compiler.
sorry, is all what I have.
I have asked in the MPLAB fo ... |
Topic: Problems CCS and MPLABX1.4 |
Dididito
Replies: 39
Views: 54847
|
Forum: General CCS C Discussion Posted: Thu Sep 13, 2012 1:34 am Subject: Problems CCS and MPLABX1.4 |
I agree with you Jeremiah, I don't think that it should be CCS issue, it must be MPLABX for sure.
Probably permissions to create/remove/modify files during compilation? |
Topic: Problems CCS and MPLABX1.4 |
Dididito
Replies: 39
Views: 54847
|
Forum: General CCS C Discussion Posted: Wed Sep 12, 2012 3:24 am Subject: Problems CCS and MPLABX1.4 |
I have read this on MPLABX web, but it still doesn't work.
http://microchip.wikidot.com/mplab:no-rule-to-make-target
It should be something related to make command, but I still don't know how to ... |
Topic: Problems CCS and MPLABX1.4 |
Dididito
Replies: 39
Views: 54847
|
Forum: General CCS C Discussion Posted: Tue Sep 11, 2012 1:46 am Subject: Problems CCS and MPLABX1.4 |
This is what you meant??
CLEAN SUCCESSFUL (total time: 52ms)
make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make[1]: Entering directory `D:/Test.X'
ma ... |
Topic: Problems CCS and MPLABX1.4 |
Dididito
Replies: 39
Views: 54847
|
Forum: General CCS C Discussion Posted: Mon Sep 10, 2012 5:22 pm Subject: Problems CCS and MPLABX1.4 |
Yes, it matches. But no solution. :(
I think that the problem must be in something related to:
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2
but I don't know what they a ... |
Topic: Problems CCS and MPLABX1.4 |
Dididito
Replies: 39
Views: 54847
|
Forum: General CCS C Discussion Posted: Mon Sep 10, 2012 2:32 pm Subject: Problems CCS and MPLABX1.4 |
I don't know if you already upload the images, but now I can see then, I check the configuration, but it is still not working.
Any other idea? |
Topic: Problems CCS and MPLABX1.4 |
Dididito
Replies: 39
Views: 54847
|
Forum: General CCS C Discussion Posted: Mon Sep 10, 2012 1:44 am Subject: Problems CCS and MPLABX1.4 |
jeremiah I just could see first screenshot, and it that one I didn't have the include folder that you have.
Could you please upload again the last two screenshots and then I can check the settings. ... |
Topic: Problems CCS and MPLABX1.4 |
Dididito
Replies: 39
Views: 54847
|
Forum: General CCS C Discussion Posted: Mon Sep 10, 2012 1:40 am Subject: Problems CCS and MPLABX1.4 |
smersh you were right, I have tried to use that command from command line and it doesn't work. No error message but no output files from compiling.
Could be maybe some of the options that MPLAB X u ... |
Topic: Problems CCS and MPLABX1.4 |
Dididito
Replies: 39
Views: 54847
|
Forum: General CCS C Discussion Posted: Sun Sep 09, 2012 1:01 pm Subject: Problems CCS and MPLABX1.4 |
Hello Smersh,
Thank you for your idea, but if you read my first post in this thread, you can see that my MPLAB is executen CCSc.exe, not the executable you said.
Any other idea?? |
Topic: Problems CCS and MPLABX1.4 |
Dididito
Replies: 39
Views: 54847
|
Forum: General CCS C Discussion Posted: Sun Sep 09, 2012 11:34 am Subject: Problems CCS and MPLABX1.4 |
Ok Jeremiah, so at this point?? What can I do??
Actually, when I installed ccs and mplabx I didn't do anything else than installing mplab ccs plugin. It works with MPLAB 8, but not with MPLAB X, an ... |
Topic: Problems CCS and MPLABX1.4 |
Dididito
Replies: 39
Views: 54847
|
Forum: General CCS C Discussion Posted: Sun Sep 09, 2012 4:51 am Subject: Problems CCS and MPLABX1.4 |
This is the example code that I'm using:
#include <24FJ256GB106.h>
#FUSES NOWDT //No Watch Dog Timer
//#FUSES NOJTAG //JTAG disabled
#FUSES NOPROTECT ... |
Topic: Problems CCS and MPLABX1.4 |
Dididito
Replies: 39
Views: 54847
|
Forum: General CCS C Discussion Posted: Sat Sep 08, 2012 2:44 am Subject: Problems CCS and MPLABX1.4 |
Anyway I have read that somepeople is using MPLABX and CCS.
I don't think I'm the only one who have found this problem, so I hope someone could help me. |
Topic: Problems CCS and MPLABX1.4 |
Dididito
Replies: 39
Views: 54847
|
Forum: General CCS C Discussion Posted: Fri Sep 07, 2012 3:39 am Subject: Problems CCS and MPLABX1.4 |
Hello everybody,
I just write a simple code, just in order to check that CCS is working right in MPLABX enviroment. But I get the next error when I build the code:
CLEAN SUCCESSFUL (total ... |
|