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]

mipsisa32-elf-gcc is not able to find the std headers


Hi,

I recently downloaded the CYGWIN-X-MIPSISA32-ELF.zip from mips.com & installed it on my Win98.

Added the following lines in the Autoexe.bat:

SET PROOT=C:\mips3264-020217
SET PATH=%PROOT%\H-i686-pc-cygwin\BIN;%PATH%
SET INFOPATH=%PROOT%\info
REM Set TMPDIR to point to a ramdisk if you have one
SET TMPDIR=%PROOT%

Rebooted my system & tried building a sample .c file. I am getting the following compiler error,because it is not able to find the standard header files.

stdio.h: No such file or directory
string.h: No such file or directory


Then I added another extra line in Autoexec.bat:

SET C_INCLUDE_PATH=C:\mips3264-020217\H-i686-pc-cygwin\mipsisa32-elf\include

This spot has the standard header file... Still I am getting the same error.

Did I miss something here??? Let me know.

Cheers,
-Mike.




_________________________________________________________________
Internet access plans that fit your lifestyle -- join MSN. http://resourcecenter.msn.com/access/plans/default.asp


--
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]