语言

Menu
Sites
Language
clang path problem of Tizen SDK 2.4

I have a problem of building native applications with Tizen SDK 2.4 windows 64 bits version.

 

When I install the Tizen SDK 2.4, there are two errors in the problems view.

Program "clang" not found in PATH

Program "clang++" not found in PATH

And, I re-installed the sdk but it shows the same errors.

How can I set the correct the path of clang and clang++ ?

 

The problem is that when I build a native application which includes headers such as <stdio.h> and <unistd.h>, the SDK doesn't make binaires.

This problems occurs Tizen SDK 2.4 Rev3 and Rev4, except Tizen SDK 2.3.1 Rev1. (windows 64 bits)

 

查看选择的答案

响应

2 回复
Mark as answer
daniel kim

Hi,

I could not observe such problem here. do you have any other information apart from headers like <stdio.h> and <unistd.h>?

And I would suggest you to check path of SDK in following menu as well.

     right-click your project in project explorer --> properties --> C/C++build --> Environment

Regards

Hyunchoong Kim

Thank you. There is something wrong in the project properties. 

Building the projects works correctly.