uVision3 and GNU chain problem

I am evaluating uVision3.
I have problems when trying to use GNU toolchain. I first created a new folder which includes the defautl startup.s file. I copied and pasted the pot.c file from C:ADuC_Beta702x\Code\...ADC\pot.c. I have already installed the GNU(GCCARM331.EXE from CD). When I hit the "translate" icon, I get:

compiling pot.c...
arm-uclibc-gcc: cannot specify -o with -c or -S and multiple compilations
pot.c - 0 Error(s), 0 Warning(s).

I can not do build or do anything from here. Can anyone help?
Thank you

Parents
  • hey guys...it was quite simple. KEIL apparently hates long file names. i initially installed KEIL into C:\Program Files\KEIL...which was the problem. i reinstalled to C:\KEIL which works fine now.

    yes there were no errors, but i still couldnt build anything. i rebuilt all the files and it wouldnt create the target. i'd get the following after i tried to build:

    Build target 'Target 1'
    compiling pot.c...
    arm-uclibc-gcc: cannot specify -o with -c or -S and multiple compilations
    assembling startup.s...
    Assembler messages:
    Error: Error: can't open Files\KEIL\ARM\INC\ADI\ for reading
    Files\KEIL\ARM\INC\ADI\: No error
    Target not created

    thanks for the help though!

Reply
  • hey guys...it was quite simple. KEIL apparently hates long file names. i initially installed KEIL into C:\Program Files\KEIL...which was the problem. i reinstalled to C:\KEIL which works fine now.

    yes there were no errors, but i still couldnt build anything. i rebuilt all the files and it wouldnt create the target. i'd get the following after i tried to build:

    Build target 'Target 1'
    compiling pot.c...
    arm-uclibc-gcc: cannot specify -o with -c or -S and multiple compilations
    assembling startup.s...
    Assembler messages:
    Error: Error: can't open Files\KEIL\ARM\INC\ADI\ for reading
    Files\KEIL\ARM\INC\ADI\: No error
    Target not created

    thanks for the help though!

Children
More questions in this forum