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.
I have a program with assembler code in C code. But when i link this program (after compilation), i have the following error message: WARNING L1: UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C_STARTUP MODULE: ADSL.OBJ (ADSL) And the generated hex program haven't interrupt vector. The program starts at 0000h address. What can i do? Best regards.