2015-11-20 05:14 AM
Hello everybody
I want to declare a vector to save data on it (in assembly code).I use this declaration: SECTION MYDATA:DATA (2) DATAResult DS8 3 ; allocates space (3 bytes)When I compile, IAR give me this error:Error[Lp001]: no definition for ''__iar_data_init3'' [needed to initialize section MYDATA (asm.o #6)] Anyone have any idea how to fix this?regards2015-11-26 08:14 AM
Hi engkyr,
If you didn't yet find a solution for this issue, I suggest you describe it inhttps://www.iar.com/support/#%21?tab=resources
.-Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2015-11-27 02:55 AM
Thanks Mayla,
At the end I didn't use any directive. I did it ''manually''