I’m not sure I have put this entry in the correct place on this forum so I apologise if I have.
I am working on a new project using Developer Studio 2.2.1 with OAT Suite 2.36.0.201108300638 but I am having build issues resulting the the following error when building the project:
I have attached this generic project to demonstrate the basic structure of my project that I want to use. This project is using the “Application Settings” configuration dialogue.
Can anyone explain why I’m getting the above error message?
Your project is making reference to a symbol (function or variable name) “MOD1_Init”, but there is no definition for that symbol.
DevStudio has historically had problems correctly/completely parsing Linker messages into the ‘Problems’ view, so you might get more useful information by looking at the actual build output in the ‘Console’ view…
I have not resolved this issue yet but I have since checked what I uploaded to this forum entry (x-Generic.zip) and I see that the project does not seem to include the ‘main.c’ module so I have attached an update from this forum entry along with a console view output. I have not looked at the console view output in detail yet (I will) but if anyone can give any guidance to the cause of this error it would be greatly appreciated.
As I currently understand it this ‘Build’ error is telling me that the function ‘MOD1_Init’ has not been defined (please correct me if this is not the case) but if you look in the ‘Moudule1.C’ file you will see that it has been defined and the ‘Module1.H’ file has been included in the ‘main.c’ file so calling this function from the main function should work.
I do understand that this is a fundamental C programming issue but I just don’t understand why I cannot resolve it.