We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I am getting this error when executing a small asm code
.\Objects\ex4.axf: Error: L6200E: Symbol SystemInit multiply defined (by system_lpc17xx.o and p1code.o).
Rgds,
Leena
Sounds like you can remove the system_lpc17xx.c file from your project tree, doesn't it?
As the error says, remove the duplicate declarations.
I still looking at this problem. What do you mean duplicate declarations.
Can anyone help.