From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Wilson Kwan" To: Subject: [ECOS] help - resolving configuration conflicts Date: Thu, 25 Jan 2001 11:14:00 -0000 Message-id: <003b01c08705$2bb74070$0b02a8c0@r2d2> X-SW-Source: 2001-01/msg00430.html Hi, I'm relatively new to eCos and am trying to build the hello.c example. My target is a cirrus logic EP7211. I have successfully rebuilt all the tools and libraries from cvs using cygwin on Windows NT. When I tried to make the sample hello world program I received a message "error C library standard i/o must be enabled to build this example" So I added the ISO C library standard input/output functions package to my configuration. Now I keep getting conflicts in my configuration. One of them looks like this: CYGPKG_LIBC_STDIO - Unsatisfied - Requires CYGBLD_ISO_STDIO_FILETYPES_HEADER == "" If I look under Configuration->ISO C and POSIX infrastructure -> Standard I/O-related functionality->Stdio file types implementation header it is enabled. I somewhat confused as to how to go about resolving these conflicts. I have looked through the User Guide and Reference manuals but have not been able to figure out how to resolve these conflicts. Could anyone point me in the right direction? Thanks, Wilson Kwan