Example of C code for the processor MVF61NN15xxxx50 (IDE Eclipse Oxygen, ARM Cross GCC).

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Example of C code for the processor MVF61NN15xxxx50 (IDE Eclipse Oxygen, ARM Cross GCC).

1,911 Views
Lyuda
Contributor I

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?

0 Kudos
5 Replies

1,811 Views
Lyuda
Contributor I

Hello

Unfortunately, I did not find in the Internet examples of programs for the MVF61NN15xxxx50
processor for the IDE Eclipse Oxygen 4.7 3a.

0 Kudos

1,881 Views
Lyuda
Contributor I

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.

0 Kudos

1,650 Views
kef2
Senior Contributor IV

Vybrid Sample Code is here:

https://www.nxp.com/webapp/sps/download/license.jsp?colCode=VFXXX_SAMPLE_CODE_SBCH 

 

  • Then a message is issued:
    "Symbol table not found"
    This is due to the fact that there is no startup.S file.

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. 

 

 

0 Kudos

1,625 Views
Lyuda
Contributor I

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.

0 Kudos

1,886 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

You need your J-link file script to access to it.

Regards

0 Kudos