GNU tool for compiling DaVinci in Windows: flash_utils.tar.gz

Source: Internet
Author: User

[Please indicate the source of the post: blog.csdn.net/lanmanck]


TI has made the software open-source. When he started DSP two years ago, he knew that the way to buy algorithms was hard in China ~~~

DaVinci Open Source Software Web site is: arago-project.org. The source code is downloaded from various sources. One of them is flash_utils.tar.gz, which is used to erase and burn UBL files.

But the readme.txt is really simple. The open-source guys are not flattering!

I have explored and found the compiling method for Windows:


1. Check dmxxx/GNU/readme.txt in the chip directory. The Simple Method for compiling in Windows and Linux is provided.

I am exploring the windows method. After all, his tool is written in C #, and C # is king in Windows :)

2. Install. Net framework3.5 or vs2005 or later. This can generate a C # Compilation Program, which is generally located:

C:/Windows/Microsoft. NET/framework/v3.5/csc.exe.

You must add this directory to the path of the system's environment variable; otherwise, make cannot be found.

3. Install the GNU Compiler of arm, generally in code sourcery, such as http://www.codesourcery.com/sgpp/lite/arm/portal/release858. Pay attention to download the installation version of Windows, which can automatically add the path.
Otherwise, make cannot be found.

4. The first two compilers can be compiled after they are installed, but the command line environment also needs to be installed, generally cygwin. Note that make should be selected during installation. This is mentioned in my previous article.

Http://blog.csdn.net/lanmanck/archive/2010/07/15/5738337.aspx

Cygwin is about 1 GB after it is installed, and the configuration is very slow when it is almost completed. I read the interface and wrote "running...". It is estimated that it will take 20 minutes to complete the process.


5. Now there should be no problem. Go to the gnu directory and make.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.