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

Segmentation faut error in armcc.exe

Hi All:
I was using uVision 3 with the RealView 3 'C' compiler without problem for a while... Suddenly, I got an error from the compiler:

** Segmentation fault

and I got an unhandled win32 exception from the armcc.exe program.

I desintalled and re-installed the programs again, but the error still there...
It would be a hardware memory error?

Thanks;
Gus

Parents
  • Using uVision-Help-About shows the compiler and assembler (plus some more) version numbers, the example here is for MDK3.10:

    C Compiler:         Armcc.Exe       V3.1.0.903
    Assembler:          Armasm.Exe      V3.1.0.903
    Linker/Locator:     ArmLink.Exe     V3.1.0.903
    

    V3.1.0.903 really means: V3.10, Build 903.

    You can obtain the version numbers also from the command line in a dos box:

    C:\Keil\Arm\Bin31\ArmCC --vsn
    C:\Keil\Arm\Bin31\ArmAsm --vsn
    

    Assuming you are using your correct path for 'C:\Keil\Arm\Bin31', the results for MDK3.10 will be:

    ARM/Thumb RVCT3.1 [Build 903] for uVision [Standard]
    Software supplied by: ARM Limited
    
    ARM/Thumb C/C++ Compiler, RVCT3.1 [Build 903] for uVision [Standard]
    Software supplied by: ARM Limited
    

Reply
  • Using uVision-Help-About shows the compiler and assembler (plus some more) version numbers, the example here is for MDK3.10:

    C Compiler:         Armcc.Exe       V3.1.0.903
    Assembler:          Armasm.Exe      V3.1.0.903
    Linker/Locator:     ArmLink.Exe     V3.1.0.903
    

    V3.1.0.903 really means: V3.10, Build 903.

    You can obtain the version numbers also from the command line in a dos box:

    C:\Keil\Arm\Bin31\ArmCC --vsn
    C:\Keil\Arm\Bin31\ArmAsm --vsn
    

    Assuming you are using your correct path for 'C:\Keil\Arm\Bin31', the results for MDK3.10 will be:

    ARM/Thumb RVCT3.1 [Build 903] for uVision [Standard]
    Software supplied by: ARM Limited
    
    ARM/Thumb C/C++ Compiler, RVCT3.1 [Build 903] for uVision [Standard]
    Software supplied by: ARM Limited
    

Children