Avoiding cross-compilation

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

Avoiding cross-compilation

817 次查看
bogdanbeju
Contributor I

Hi everyone,

I am working with the i.mx53 Quick Start Board. To speed up development, I would like to be able to compile directly on the board, instead of cross-compiling on a computer then transferring the program.

On the provided Ubuntu image, generic programs compile and work, but the libraries for using the hardware (such as SPI) don't seem to be installed. Any idea where to find them?

I have also found advice about trying Linaro, but it seems all links to their hardware packages for i.mx53 are now dead.

标签 (2)
0 项奖励
回复
2 回复数

752 次查看
b36401
NXP Employee
NXP Employee

You can find some libraries on host machine in /opt/freescale/pkgs/imx-lib-*.tar.gz                      
I hope it is what you need.

0 项奖励
回复

752 次查看
bogdanbeju
Contributor I

I did check out imx-lib-*. Unfortunately it only contains some specialized libraries, such as for using the VPU. The parts for using GPIO for example are not there.

0 项奖励
回复