Hey guys.
There was something wrong with my project.
At the "selecting your protocols" step,I copy the 'hdk-temperature.mnfs' file and rename it as 'hdk-ProjectUART'.
At the "Creating the Basic Project Files" step,I copy the 'base_powered' floder and rename is sa 'ProjectUART'.
$ cd $BUILD_TOP/nuttx/nuttx (ok)
$ make distclean (ok)
$ cd $BUILD_TOP/nuttx/nuttx/tools (ok)
$ ./configure.sh hdk/muc/ProjectUART (ok)
$ cd $BUILD_TOP/nuttx/nuttx (ok)
$ make (2 errors)
The error as follows,
manifest.c:76:24: fatal error: manifest.inc: No such file or directory
#include "manifest.inc"
^
compilation terminated.
make[2]: *** [manifest.o] Error 1
make[1]: *** [greybus-utils_all] Error 2
make: *** [../apps/libapps.a] Error 2
Thanks
Erison