View previous topic :: View next topic |
Author |
Message |
ciccio
Joined: 18 Feb 2005 Posts: 4
|
What's this error? |
Posted: Wed Feb 23, 2005 4:39 am |
|
|
Clean: Deleting intermediary and output files.
Clean: Done.
Executing: "D:\PICC\Ccsc.exe" main.c +FB
No Errors
Halting build on first failed translation as user preferences indicate.
BUILD FAILED: Wed Feb 23 11:38:25 2005
thanks |
|
|
Humberto
Joined: 08 Sep 2003 Posts: 1215 Location: Buenos Aires, La Reina del Plata
|
|
Posted: Wed Feb 23, 2005 8:47 am |
|
|
.
1) Are your operating system running from :D ?
2) Try to rename your file with another name different that main.c3) Does the compiler had been running or you are starting with ?
4) Tell us the Compiler version
5) Best wishes
Humberto |
|
|
ciccio
Joined: 18 Feb 2005 Posts: 4
|
thanks |
Posted: Wed Feb 23, 2005 9:48 am |
|
|
Mplab 6.60 + CCS IDE 3.28, PCB 3.15
I must rename main.c?
Compile with +FB option.
What's:
"Halting build on first failed translation as user preferences indicate."
Is error of MPLAB?
Thanks |
|
|
Humberto
Joined: 08 Sep 2003 Posts: 1215 Location: Buenos Aires, La Reina del Plata
|
|
Posted: Wed Feb 23, 2005 10:22 am |
|
|
I ask you 4 questions and you answer only one.
PCB 3.15 does not exist, may be a typo for PCB 3.215.
Anyway I think that your problem is relating the paramaters used
when invoking the compiler from your IDE.
You are using
+FB Select PCB (12 bit)
Add
+EA
Show all error messages and all warnings
Read the Help. You will see all the options in:
Overview/Invoking the Command Line Compiler
Hope this help.
Humberto |
|
|
Humberto
Joined: 08 Sep 2003 Posts: 1215 Location: Buenos Aires, La Reina del Plata
|
|
Posted: Wed Feb 23, 2005 10:23 am |
|
|
I ask you 4 questions and you answer only one.
PCB 3.15 does not exist, may be a typo for PCB 3.215.
Anyway I think that your problem is relating the paramaters used
when invoking the compiler from your IDE.
You are using
+FB Select PCB (12 bit)
Add
+EA
Show all error messages and all warnings
Read the Help. You will see all the options in:
Overview/Invoking the Command Line Compiler
Hope this help.
Humberto |
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
|
Posted: Wed Feb 23, 2005 5:28 pm |
|
|
Easy, you are using the wrong tool suite. You can not use the CCS Compiler entry. You must pick the one listed with PIC12/PIC16/PIC18 - something like that. I am too lazy to start MPLAB and look |
|
|
|