GNEX 로 만든 간단한 프로그램을 KTF로 변환해서 에뮬에서 돌려 보고 싶습니다.

해볼려고 하고 있으나, 쉽지 않네요.. ㅠ_ㅠ

 

변환하기 위해서 다음과 같이 환경을 구성하였습니다.

KTF WIPI-C SDK 설치

VC++ 6.0 설치

WIPI_HOME 설정

GNEX IDE에서 소스 변환 후 변환소스 빌드 할때 다음과 같은 에러가 발생합니다.

 

Compiling for KTF WIPI...
중복되는 파일 이름이 있거나 파일을
찾을 수 없습니다.
지정된 파일을 찾을 수 없습니다.
Build JAR...
*: No such file or directory
Error adding * to jar archive!
adding: META-INF/ (in=0) (out=0) (stored 0%)
adding: META-INF/MANIFEST.MF (in=56) (out=56) (stored 0%)
Build KTF_JAR...
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
지정된 파일을 찾을 수 없습니다.

----------- Build KTF_JAR -----------

 

해결방안 부탁드립니다.