Quote:
|
Originally Posted by Alan Anderson
That symptom points to one of two things. Either you have more than one #include for the same .h file (and you're not "protecting" it with #ifdef)
|
I havent added any #include statements, so I dont think it would be that
Quote:
|
Originally Posted by Alan Anderson
or you have added the same .c file to the project twice. The first problem would show up in the code. The second problem would not. Try looking at the project window and make sure you only have each file in there once. If something is duplicated, remove the extra one.
|
I am not using the MLAB IDE (vim + make), so I do not think that would be an issue. I get the same problem when I do load it in to the IDE thou.
I have also tryed to build it on 4 different macines, so it is not my computer that is the problem either.
Thanks for the quick reply thou.