I created a simple "Hello world" project, connected the J-Link debugger, but the project does not work because the startup.S and linker.ld files are missing.
I am just starting to write in C for MVF61NN15xxxx50.
Does anyone have a sample of these files for MVF61NN15xxxx50 for Eclipse Oxygen?
Could someone help me with this?
Hello
Unfortunately, I did not find in the Internet examples of programs for the MVF61NN15xxxx50
processor for the IDE Eclipse Oxygen 4.7 3a.
The J-Link sees my processor MVF61NN15xxxx50 and connects to it.
Then a message is issued:
"Symbol table not found"
This is due to the fact that there is no startup.S file.
Without the linker.ld file, J-link cannot load the program
into the processor's memory.
Need these 2 files for ARM MVF61NN15xxxx50 processor.
Vybrid Sample Code is here:
https://www.nxp.com/webapp/sps/download/license.jsp?colCode=VFXXX_SAMPLE_CODE_SBCH
Usually "Symbol table not found" means your ELF file has symbolic information striped, no debug symbols. startup.S, unless you use your own version, comes with your compiler/libs.
Hi
Thanks for the answer!
My ELF file has debug symbols. Only after I added the startup.S file the symbol table was found also. Thanks for the link. I'll see.
Hello,
You need your J-link file script to access to it.
Regards