2016年5月4日 星期三

Zedboard cross compiler install

Install file

1.Open terminal -> chmod +x xilinx-2011.09-50-arm-xilinx-linux-gnueabi.bin -> sudo -s

2.Dpkg-reconfigure dash -> choose no


3./xilinx-2011.09-50-arm-xilinx-linux-gnueabi.bin


4.Export cross=/root/CodeSourcery/Sourcery_CodeBench_Lite_for_Xilinx_GNU_Linux/bin

5.$cross/arm-xilinx-linux-gnueabi-gcc file1.c -o file2.o

沒有留言:

張貼留言

Linux driver: How to enable dynamic debug at booting time for built-in driver.

 Dynamic debug is useful for debug driver, and can be enable by: 1. Mount debug fs #>mount -t debugfs none /sys/kernel/debug 2. Enable dy...