Hello
The message L1818 is generated when the same symbol is define several times in the application.
According to the message you specify I suspect you have added a file init.asm and init.o to your project. And probably the file init.o is an object file you have created previously containing code for init.asm.
I would recommend you to remove the file init.o from the project and re-link the application.
Also make sure the file init.o is not specified in your application .prm file.
If this does not help, please submit a service request through our web page and attach your project to the SR to get assistance from one of our support engineer.
CrasyCat