[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
makefile problem
- Date: Wed, 12 Sep 2007 10:03:18 +0800
- From: yanmiaobest at gmail.com (阎淼)
- Subject: makefile problem
Hi,
I add test .c file into cpukit/score/src,
and test.h file and test.inl file into cpukit/inlude/rtems/score
cpukit/inline/rtems/score,
then I update makefile.am, and run automake.
but when building the source, there is an error:
error: rtems/score/test.h : no such file or directory
my rtems version is 4.7.1
what did I miss ?