From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Paul Pham" To: Subject: [ECOS] Header files in platform port Date: Mon, 15 Jan 2001 12:26:00 -0000 Message-id: X-SW-Source: 2001-01/msg00241.html Hi all, I am trying to do a platform port of eCos to an eval. board with one of Samsung's ARM-based chips (the S3C3410X). As the porting guide suggested, I copied the files from another platform (in this case, the PID), and made the necessary modifications. However, when I try to build the libraries with the Windows Configuration Tool, it fails to generate the following header files: /include/pkgconf/error.h /include/pkgconf/hal.h /include/pkgconf/hal_arm.h /include/pkgconf/hal_arm_.h /include/pkgconf/infra.h /include/pkgconf/io.h /include/pkgconf/io_serial.h /include/pkgconf/kernel.h /include/pkgconf/libc.h /include/pkgconf/libm.h /include/pkgconf/system.h /include/pkgconf/wallclock.h Any idea what I'm doing wrong? Many thanks, Paul Pham