Languages

Menu
Sites
Language
Problem

I  have install Tizen SDK, When trying to compile an example of embedded I get an error:

Screenshot

 

Log:

 
**** Build of configuration Debug for project test ****
 
C:\tizen-sdk\tools\smart-build-interface\bin\sbi.exe action tizen-device-2.1.native_llvm31.armel.cpp.app -- make -options="all" -cliprojpath="" -clisdkpath="" -cliunitprojpath="" -cliappid="" 
'Building file: ../src/FormFactory.cpp'
'Invoking: C++ Compiler'
clang++.exe -I"pch" -D_DEBUG -I"C:\Documents and Settings\Администратор\workspace\test\inc" -O0 -g3 -Wall -c -fmessage-length=0 -target arm-tizen-linux-gnueabi -gcc-toolchain "C:/tizen-sdk/tools/smart-build-interface/../arm-linux-gnueabi-gcc-4.5/" -ccc-gcc-name arm-linux-gnueabi-g++ -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -mtune=cortex-a8 -Wno-gnu -fPIE --sysroot="C:/tizen-sdk/platforms/tizen2.1/rootstraps/tizen-device-2.1.native" -I"C:/tizen-sdk/platforms/tizen2.1/rootstraps/tizen-device-2.1.native/usr/include/libxml2" -I"C:\tizen-sdk\library" -I"C:/tizen-sdk/platforms/tizen2.1/rootstraps/tizen-device-2.1.native/usr/include" -I"C:/tizen-sdk/platforms/tizen2.1/rootstraps/tizen-device-2.1.native/usr/include/osp" -D_APP_LOG -MMD -MP -MF"src/FormFactory.d" -MT"src/FormFactory.d" -o "src/FormFactory.o" "../src/FormFactory.cpp"
../src/FormFactory.cpp:19:10: fatal error: 'FormFactory.h' file not found
#include "FormFactory.h"
         ^
1 error generated.
src/subdir.mk:30: recipe for target 'src/FormFactory.o' failed
mingw32-make.exe: *** [src/FormFactory.o] Error 1
 
**** Build Finished ****
Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 Replies
wil smith
Problem could be bcz of your workspace path "C:\Documents and Settings\Администратор\workspace\" Non-English characters in workspace path is not supported.