From mboxrd@z Thu Jan 1 00:00:00 1970 From: elf@florence.buici.com To: Weilong Li Cc: ecos-discuss@sources.redhat.com Subject: Re: [ECOS] gdb remote debug problem Date: Sun, 22 Apr 2001 13:20:00 -0000 Message-id: <20010422132021.A19581@buici.com> References: <3AE2D640.8C628E5D@mtu.edu> X-SW-Source: 2001-04/msg00287.html I discovered the difference between yesterday and today. Today, when I started doing this work, I created a script to configure the environment that changed the PATH environment variable to include /usr/local/ecos/i386/bin where I put the toolchain executables. Yesterday, I used a tcsh command to put this path element at the head of the 'path' list. set path = (/usr/local/ecos/i386/bin $path) I'm not sure why this makes a difference. When I set the path today using this method, gdb works.