This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos 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: ecos-c


 Hello,
>
> i am not sure if this the right discussion forum for my question. Sorry if
it is not.
>
> I am developing a system with eCos on a own ppc HW. I am using T32
debugger from http://www.Lauterbach.de company. It will show me my private
project files in a rigth manner but the eCos files will not be showed. The
problem is that the debugger will not found the files because the path is
prefixed with "/ecos-c/...". T32 is a Win32 application and can not expand
such text to a drive letter. Therefore I am not able to step through the
eCos code.
>
> I fell that there is a compiler or linker flag to say: do not use the
cygwin path ("/ecos-c/"), and use the windows drive letter instead. Is not
it? I did not find it :-(
>
> Or need I any settings in the cygwin environment? Mount flags? ECos
configuration settings?
>
> Any Idea?
>

I am using Eclipse as debugger IDE and it have got the same problem.
We have fixed this problem .
There is a utility called "cygpath.exe" to convert Unix path to windows
path.
We have used this utility and dynamically convert Unix path to Windows.
Jose



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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