E2PROM API Generation bug

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

In Designer, 5.2, I use E2PROM module. If I leave module name as "E2PROM_1",

   

everything compiles OK. If I change it to "E2PROM", compile fails, because files

   

retain the _1 naming convention, even after doing a clean of project. I get missing

   

symbol errors, like E2PROM_Start()........compiler still wants it to be E2PROM_1_Start().

   

 

   

HiTech is compiler. Used because right up against code density, 32KB limit, Imagcraft

   

does not come close.

   

 

   

I normally rename modules this way as I have several designs only using one module,

   

need to make names as short as possible due to readability.

   

 

   

Regards, Dana.

0 Likes
2 Replies
Anonymous
Not applicable

Hi Dana,

   

is this still a problem you are dealing with?

   

I can understand that you are out of options using the High-Tech versus the Imagecraft compiler because of code densisty. As you know we do not have any access to High-Tech any more and the latest versions of Designers have been released with Imagecraft only.

   

Nevertheless, trying to get you an answer, hold tight.

   

Robert

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

I worked around it by giving it the name it wanted, rather than the one I wanted.

   

 

   

Regards, Dana.

0 Likes