This is the mail archive of the insight@sourceware.org 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 help not working


Keith Rubow wrote:
I am running arm-elf-insight from the WinARM toolchain. It says it is version 6.5.50.20060612-csv. It also reports (Help->About) that This GDB was configured as "--host=i686-pc-mingw32 --target=arm-elf". When I try to get help (Help->Help Topics), all I get is a dialog box that says "Error: invalid command name "ide_shell_execute"".

I have a fix for this problem.


The problem is in gdb/gdbtk/generic/gdbtk.c (look for ide_create_shell_execute_command). You need to move it outside the '#ifdef __CYGWIN__' block.

I would have submitted the fix, but when I did this I also needed a number of patches from mingw.org so it didn't seem appropriate here.

Hope that helps

Andrew


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