Hello Raphael,

Thanks Raphael for the corrective maintenance on my code skills and 
knowledge.

We had a power outage, luckily I was on a Tea break and had saved my work.

Ok, did the splitting in two .c files, solved my previous bit addressing 
stuff.
Build the lot, got one  .lst and .hex file with both my main and the 
functions from the other .c
But the main is empty, i.e there is no CALL

What did I left out? done wrong, forgot to do......

Frans.




On 20-3-2010 17:12, Raphael Neider wrote:
> Hi,
>
>    
>> Ah, I was thinking a bit, hmm very dangerous, before sending this of...
>> my little section of code does not like this NO_BIT_DEFINES, but what to
>> do when other sections, the ones borrowed from somebody else, do like it?
>>      
> In that case, you put your code into one (or more) .c files and
> make sure to use
>
> #define NO_BIT_DEFINES 1
> #include "pic16f874.h"
>
> and put the other stuff into one (or more) other .c files, each
> leaving out the #define NO_BIT_DEFINES, using plain good old
>
> #include "pic16f874.h"
>
>
> Good luck
>
> Raphael
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Sdcc-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sdcc-user
>    


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Sdcc-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to