This is the mail archive of the ecos-discuss@sourceware.org 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]

Configtool setting for a prebuilt gnu toolchain


Hello;
I am using a prebuilt gnu toolchain for arm , based on gcc4.2.3, I downloaded it from codesourcery.com ( for general arm-eabi target, and the tools are running on a windows host). This toolchain is not dependent on cygwin, I set the path in the configtool as C:\armtools\bin. Codesourcery? suggested using cygpath for conversion, even though I set the correct variables, the .deps file that gets generated during build calls the std library routines as 'C:\armtools\bin../lib/gcc/4.2.3/include/stddef.h' instead of 
'/ecos-c/armtools/bin../lib/gcc/4.2.3/include/stddef.h', as a result I get an error saying 'Multiple target pattern error' which indicates to the former line. Please let me know of any way to convert the windows path to the posix path, is there any setting that I am missing?
Thanks
Sangeeta


Sangeeta Ghangam
SoC -Virtual Platform Modeling Group 
MARVELL SEMICONDUCTOR INC.
Chandler, AZ.
phone: (480)612-9708
email: sghangam@marvell.com


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


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