This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

something wrong with DK-ARM dev tools

hi:
I installed the DK-ARM dev tools,including uv3 IDE and GNU gcc which are both supplied by the keil company.I opne the Demo project: keil\arm\gnu\measure\measure.uv2.Nothing to do but directly click the "build" icon on tool bar.However,the output window of uv3 IDE tells me the following error information:

Build target 'AT91M55800A'
assembling Startup.s...
--- Error: can't execute 'arm-uclibc-as'
Target not created

I,m a beginner of arm,and don't know what's wrong with the Demo application.Thanks for giving me the right answer.

  • Two questions.

    1. Where did you install the GCC compiler? Did you use the default installation folder?

    2. Why not use the Keil compiler and assembler?

    Jon

  • 1. Where did you install the GCC compiler? Did you use the default installation folder?
    answer:
    I bought DK-ARM development tools for ARM7 in china.All of the installing program are from the CD-ROM which supplied by keil.I installed the UV3 IDE and GCC(cygnus) in Windows2000 professional(sp4,chinese).And the install directory is default(c:\keil,c:\cygnus).

    2. Why not use the Keil compiler and assembler?
    answer:
    Keil only supplys GCC in DK-ARM tools.Paying more money for keil's CA and AA which are supplied in PK-ARM tools.

  • 1. The error you get typically indicates that the GCC compiler can't be found.

    2. The BETA release of the Keil assembler/compiler/linker are included for FREE in the DK-ARM. They are much easier to use and configure than the GNU tools.

    Jon