This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


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

Mix Path Name Problem


Hi,

I notice that cygwin can handle path name correctly. For example,

In a DOS prompt window,

cd \
gcc -g -c C:\cygwin\tmp\main.c
objdump -DxlS main.o

cygwin can find the source in C:\cygwin\tmp\main.c correctly.

Now I have make a cross GNU tool chain including binutils-2.10
and gcc-2.95.2 for MIPS.

In a DOS prompt window,

cd \
C:\tools\mips-elf-gcc -g -c C:\cygwin\tmp\main.c
C:\tools\mips-elf-objdump -DxlS main.o

The mips-elf-objdump trys to find the source in
/cygdrive/c/C:\cygwin\tmp\main.c

I have tried to find the answer in binutils-20000722-1.src.tar.gz
which should be the source cygwin used to build binutils. But
I can't find any clue. Please tell me the magic. Thank you!

Regards,
Tim Ouyang

==========================================================
 PC home 免費電子信箱,申請請至: http://www.pchome.com.tw 
 PC home Online 網路家庭   會員第一,台灣最大的入口網站 
==========================================================

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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