Languages

Menu
Sites
Language
Tizen Raspberry Pi problem in GPIO installing for python

Hi there,

I have install tizen latest build image in Raspberry pi 2 b. I want to work with IOT project with air sensor. Now i am facing a problem with GPIO libray in python. I cannot install it. It says package not found.

Anothr question:

I am facing problem in compiling C++ code in tizen in raspberry pi. It says g++ command not found. How to get rid of this

Thanks in advance.

Responses

2 Replies
John Ixion

Hi Tanvir,

 

I would recommend the Dev mailing list for this: https://lists.tizen.org/listinfo/dev

Masum Talukder

Hello,

Regarding "package not found".... please post the error log so that it can be identified which package is not found

Regarding "g++ command not found"... if you are working in Linux use 

sudo apt-get install build-essential g++

For windows, install "mingw" or "cygwin".

thanks.