We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
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
ciao at all
Hi have the same problem of Gustavo Sabina
The problem is very simple On winxpSp2 open dos windows
go to program/keil/ARM/BIN30
and type "armcc" the result is
C:\programmi\Keil\ARM\BIN30>armcc
C:\programmi\Keil\ARM\BIN30>
and the same error message appears on desktop
Solutions ?
ciao, beppe
Hi All: Downloading the last version, the problem is solved.
Thanks for all;
Regards; Gus