View previous topic :: View next topic |
Author |
Message |
muralijelije
Joined: 03 Mar 2015 Posts: 5
|
Error#44 Internal Error - Contact CCS |
Posted: Wed Mar 18, 2015 4:03 am |
|
|
Hi,
I am having following issue while generating the .hex file for PIC18F46K22 device, and unable to generate it, using CCS compiler. I am able to generate with sample project file. Can anybody help me how to resolving this issue.
gnumkdir -p dist/default/production
"C:\PROGRA~2\PICC\CCSCON.exe" out="dist/default/production" +FH +DF +CC LINK=Mkmon_New05_Integ.X.production.hex=build/default/production/_ext/1515794356/mkm14_atod.o,build/default/production/_ext/1515794356/mkm14_calib.o,build/default/production/_ext/1515794356/mkm14_cmds.o,build/default/production/_ext/1515794356/mkm14_cnvrt.o,build/default/production/_ext/1515794356/mkm14_crc16.o,build/default/production/_ext/1515794356/mkm14_crus.o,build/default/production/_ext/1515794356/mkm14_eprm.o,build/default/production/_ext/1515794356/mkm14_fram.o,build/default/production/_ext/1515794356/mkm14_init.o,build/default/production/_ext/1515794356/mkm14_main.o,build/default/production/_ext/1515794356/mkm14_owid.o,build/default/production/_ext/1515794356/mkm14_slio.o,build/default/production/_ext/1515794356/mkm14_systm.o +Y=9 +EA +DF +LN +T +A +M +J +EA +Z -P
D:\MPL_IOT\Mkmon_New05_Integ.X\$linker.c:11:8: Error#44 Internal Error - Contact CCS Hidden forward reference 1306 from 731
1 Errors, 0 Warnings.
Build Failed.
nbproject/Makefile-default.mk:414: recipe for target 'dist/default/production/Mkmon_New05_Integ.X.production.hex' failed
make[2]: Leaving directory 'D:/MPL_IOT/Mkmon_New05_Integ.X'
nbproject/Makefile-default.mk:78: recipe for target '.build-conf' failed
make[1]: Leaving directory 'D:/MPL_IOT/Mkmon_New05_Integ.X'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
make[2]: *** [dist/default/production/Mkmon_New05_Integ.X.production.hex] Error 1
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2
Anything is wrong with the compiler configuration?
Following are my compiler details:
IDE ver:5.026
PCB ver:5.043d
PCM ver:5.043d
PCH ver:5.043d
PCD ver:5.043d
Thanks in advance
++++++++++++++++++++++++++
Moved to General Discussion forum.
Reason: Posted in wrong forum.
Do not post questions in the Code Library forum.
Post questions in the General Discussion forum:
http://www.ccsinfo.com/forum/viewforum.php?f=1
- Forum Moderator
++++++++++++++++++++++++++ |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Thu Mar 19, 2015 11:15 am |
|
|
Read the 2nd post in this thread.
https://www.ccsinfo.com/forum/viewtopic.php?t=35677
The "LINK=" command line in your post is over 700 characters long.
I don't have the CCS IDE, so I can't work on this problem.
My suggested solution in that thread doesn't apply to your problem,
because I think you are using the CCS IDE, and not the command line
PCH compiler. |
|
|
ckielstra
Joined: 18 Mar 2004 Posts: 3680 Location: The Netherlands
|
|
Posted: Thu Mar 19, 2015 2:52 pm |
|
|
IDE version is not equal to compiler version. Why?
This could be your problem.
What is wrong with the suggestion to contact CCS? Have you tried this. See the link at the top right of this web page.
Without program code we can't reproduce your problem. Perhaps you can reduce your problem to a tiny program that can be posted here? Maximum 25 lines. |
|
|
dyeatman
Joined: 06 Sep 2003 Posts: 1934 Location: Norman, OK
|
|
Posted: Thu Mar 19, 2015 3:15 pm |
|
|
There is more to the error than you are saying:
Quote: | Error#44 Internal Error - Contact CCS Hidden forward reference 1306 from 731 |
You have a forward reference coding problem according to the message.
I think the code is way too complex for the demo version of the compiler.
Not even sure the demo supports linking object files.
When I get Internal Errors it has always been a coding problem. I just take
pieces out until I figure out what I did wrong. _________________ Google and Forum Search are some of your best tools!!!! |
|
|
jeremiah
Joined: 20 Jul 2010 Posts: 1354
|
|
Posted: Thu Mar 19, 2015 5:37 pm |
|
|
ckielstra wrote: | IDE version is not equal to compiler version. Why?
|
That's actually pretty common with 5.x PCWHD now. |
|
|
asmboy
Joined: 20 Nov 2007 Posts: 2128 Location: albany ny
|
|
Posted: Fri Mar 20, 2015 5:03 pm |
|
|
Quote: |
I don't have the CCS IDE |
this strikes a major ninth chord with me.
I DO have the IDE , but can't bring myself to use it.
a simple example:
using the "wizard".
start by saying you want to use an 18f4620
then choose internal oscillator.
Guess what what pops up in the frequency choice default window?
20,000,000
YUP 3rd step and i lost all confidence.
I prefer to call it the setup DOLT!!!
More trouble than any help it provides to this boy.
as a bonus the damned thing creates gratuitous files like .PJT
and header files i can do without.
( and so can the compiler if you organize functions to be "front running")
AND in 5.042 when it runs on my windows 7 laptop - it locks out the internet
while it is active!!!
who was the IDE created for anyway??
I only got the IDE to reintegrate customer messes they started with it.
But for my own work? If i had to use it,
Just stick me in the eye with an ice pick please. |
|
|
|