Languages

Menu
Sites
Language
installed complete, but sample compiles failed with error.

The installation is smooth, while I try to test sample "Todo", it failed to complete, the error message like below:

building file: ../src/createtodoform.cpp

invoking: C++ compiler

mingw32-make.exe: *** ??????

Stop.

the ???? stand for error decode here, the project code is UTF-8, but whether I change it to ANSI or not, I cann't see clear message about mingw32-make.exe.

anyone give a answer, response is welcome. Thanks.

Edited by: Min Ma on 20 Oct, 2013

Responses

4 Replies
Mahesh Lingsugur

Hi Min Ma,

 

May I know the steps followed for installation? Is it a Custom installation with Toolchains unselected? Or the system user is with restricted permissions? Also, please check if you have the mingw32-make.exe at ~/tizen-sdk/tools/mingw/bin.

Please share some more info like if the error is consistent for all native apps and if you already tried re installation.

 

-Mahesh

Min Ma

At first, I install with all components in custom install, the error occured, I reinstall with default setting. I can see the Mingw32-make in tizen-sdk/tools/mingw/bin, also the llvm and other cross compile tools also exist. sometimes, the compiler can compile first cpp file successfully (I can see Clang++ command after invoker compiler), but fail in second file, most time it fails in first cpp file.

Min Ma

I have set java evironment correctly, because I can use other eclipse compile for android.