.c Files erased

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
Carmen Garcia
Posts: 59
Joined: Thu Aug 23, 2012 10:37 am
Has thanked: 14 times
Been thanked: 3 times
Contact:

.c Files erased

Post by Carmen Garcia »

Hello everybody:

This is a real emergency. I got compiled to Chip (PIC 16F877a) and the log info says this:

Warning unreferenced functions removed:

C:\Program Files\FlowCode\v5\CAL\PIC\IO.c

...and many more functions....

Please, I need help

Thanks you very much
Carmen Garcia

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: .c Files erased

Post by medelec35 »

"Warning unreferenced functions removed:" Is just your compiler showing that since your not using these functions, they wont be involved in compilation.
So they can all be ignored.

Nothing has been deleted when it should have not been, so there is nothing to worry about.

Martin
Martin

Carmen Garcia
Posts: 59
Joined: Thu Aug 23, 2012 10:37 am
Has thanked: 14 times
Been thanked: 3 times
Contact:

Re: .c Files erased

Post by Carmen Garcia »

Hello Martin:

I review the directory the log refers and really, that files doesn't exist :?

.......

A past day, I got a trouble with my FlowCode program, it was numb and I closed the FlowCode...

:? :? :? :? :? :? :?

Thanks you very much
Carmen Garcia

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: .c Files erased

Post by medelec35 »

Sorry, I have forgotten about above post.
If you get:
Warning unreferenced functions removed:

C:\Program Files\FlowCode\v5\CAL\PIC\IO.c
It just means that a function that was within
C:\Program Files\FlowCode\v5\CAL\PIC\IO.c
was not required, so its not used, hence removed.

E.g if you don't use float or int to string functions for example, your get a warning message about float and int to string function removed etc.

Perhaps this is worded better:
http://www.matrixmultimedia.com/mmforum ... 16&#p38216

Martin
Martin

Carmen Garcia
Posts: 59
Joined: Thu Aug 23, 2012 10:37 am
Has thanked: 14 times
Been thanked: 3 times
Contact:

Re: .c Files erased

Post by Carmen Garcia »

Ok.....¿Where does this funtions normally located? I look for these in the FlowCode\v5\ directory and I didn't find.

Thanks you very much Martin

Regards
Carmen Garcia

Post Reply