This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: insight crashed under cygwin]


>If I run the application "arm-ecos-elf-gdb.exe" it crashed and I got a 
Windows containing an error message like this:
>The application cannot be initialised (0xc0000022). Press "OK" to stop 
the application".

I recall that looking in the old posts I found the  solution for this (I 
used cygwin1.3.18-1). 

Fix the DLL rights in case the "The application failed to initialize 
properly (0xc0000022)" dialog pop
up (this is due to the rights assigned by cygwin to DLLs. Basically 
windows is unable to load these 
DLLs).
cd /your_cross_development_tools_directory/H-i686-pc-cygwin/bin
chmod +x *.dll

Hope it helps.

Regards
Marco


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]