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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

2,131 次查看
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 项奖励
5 回复数

2,031 次查看
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 项奖励

2,101 次查看
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 项奖励

1,870 次查看
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 项奖励

1,845 次查看
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 项奖励

2,106 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

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

Regards

0 项奖励