CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 8 matches
CCS Forum Index
Author Message
  Topic: Failed to load cof file / stacksize?
MeisterOss

Replies: 5
Views: 7794

PostForum: General CCS C Discussion   Posted: Thu Feb 13, 2014 7:59 am   Subject: Failed to load cof file / stacksize?
By the way CCS V5.016 works too Confused
  Topic: Failed to load cof file / stacksize?
MeisterOss

Replies: 5
Views: 7794

PostForum: General CCS C Discussion   Posted: Thu Feb 13, 2014 7:57 am   Subject: Failed to load cof file / stacksize?
Ok thanks Ttelmah.

I solved the problem by updating the compiler to V5.019

May be this was the reason:
RECENT CHANGES
5.019 A problem with addressmod for some chips and data types is fixed
  Topic: Failed to load cof file / stacksize?
MeisterOss

Replies: 5
Views: 7794

PostForum: General CCS C Discussion   Posted: Thu Feb 13, 2014 3:12 am   Subject: Failed to load cof file / stacksize?
Hello

I already found some topics with that title, but non of these helped me by solving my problem.
I change form CCS 4.137 to CCS 5. 018 . I´m using MPLAB IDEv8.92 and PIC24HJ256GP610.

Aft ...
  Topic: V 5.016 Functions may not be nested
MeisterOss

Replies: 9
Views: 22642

PostForum: General CCS C Discussion   Posted: Wed Dec 18, 2013 7:58 am   Subject: V 5.016 Functions may not be nested
good news is you're getting close to the problem !!

now, what is the error message you're getting ?

The error message is still the same than in post one
  Topic: V 5.016 Functions may not be nested
MeisterOss

Replies: 9
Views: 22642

PostForum: General CCS C Discussion   Posted: Wed Dec 18, 2013 6:48 am   Subject: V 5.016 Functions may not be nested
Hi ckielstra

The code works as long as I don`t include any other c-File . The included c-File doesn`t even include any other file.

I removed all the #defines and #undefs to make it`s more sim ...
  Topic: V 5.016 Functions may not be nested
MeisterOss

Replies: 9
Views: 22642

PostForum: General CCS C Discussion   Posted: Wed Dec 18, 2013 4:44 am   Subject: V 5.016 Functions may not be nested
I defined in the sample_def.h


#ifndef _SAMPLE_DEF_H_
#define _SAMPLE_DEF_H_
.
.
.
.

#end_if


I did this in every h-File I included. Normally this prevent the problem of including h-f ...
  Topic: V 5.016 Functions may not be nested
MeisterOss

Replies: 9
Views: 22642

PostForum: General CCS C Discussion   Posted: Wed Dec 18, 2013 4:16 am   Subject: V 5.016 Functions may not be nested
Hi Ttelmah

Thanks for your reply.
I don't include the h-file several times, I include it only in the main-File (sampleappl.c) . That's the reason why I'm so confused. Even when I set the endif i ...
  Topic: V 5.016 Functions may not be nested
MeisterOss

Replies: 9
Views: 22642

PostForum: General CCS C Discussion   Posted: Wed Dec 18, 2013 3:19 am   Subject: V 5.016 Functions may not be nested
Hi everybody,

I have some problems with my code and I don't understand it. I'm using CCS V5.016.

main C-File


include "24EP512GU810.h"
#include "sample_def.h"

#define ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group