------------------------------------------------------------------------------ Header file for JCG and makerules ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ Japanese version is "readme.txt". ------------------------------------------------------------------------------ * How to install header file for JCG, etc. The header file for JCG has to be installed in development environment (host machine) side. Copy include/*.h in the CD-ROM to under ${BD}/include/jcg/. % mkdir ${BD}/include/jcg % cp ${CDROM}/include/*.h ${BD}/include/jcg - "${BD}" indicates a base directory of the development environment (BV-GSDK). - "${CDROM}" indicates the directory where the file exists in the CD-ROM and is different according to the host machine environment. If individual files in the CD-ROM can be directly accessed, name such as "/cdrom/cdrom0" (host-dependent) should be written. If you expand the archive file (JCGPRG.TGZ) in the CD-ROM due to file name restriction of 8 + 3 characters, write the name of the directory where the archive file was expanded. In addition, provide a directory to develop applications and create a directory "etc" under the directory to copy makerules into the directory "etc". The setting of {BD} in makerules should be modified according to the actual environment. % mkdir ${BD}/jcg % mkdir ${BD}/jcg/etc % cp ${CDROM}/include/makerules ${BD}/jcg/etc ------------------------------------------------------------------------------