LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   linux STB (https://www.linuxquestions.org/questions/linux-newbie-8/linux-stb-4175616440/)

coolasim79 10-26-2017 09:00 AM

linux STB
 
Hi,
i am new in linux basically a window programmer having around 10 years of experience in c++.
we have linux based stb's Linux CE as OS we want to develop our application and run it under this OS . kindly help me to do so

Asim Iftikhar

Keruskerfuerst 10-26-2017 11:22 AM

What do you want to program?

rtmistler 10-26-2017 11:26 AM

Quote:

Originally Posted by coolasim79 (Post 5774078)
Hi,
i am new in linux basically a window programmer having around 10 years of experience in c++.
we have linux based stb's Linux CE as OS we want to develop our application and run it under this OS . kindly help me to do so

Asim Iftikhar

Hi coolasim79 and welcome to LQ.

Just to advise, here is LQ's Welcome Thread to help you moving forwards with some questions.

Please understand that people are happy to offer opinions about their experiences with Linux and offer some guidance, and the main intentions of this site are that you do learn Linux by way of your own efforts.

For starters, have you installed and used Linux on an intended development computer? How do you access these set top boxes so that you can load new applications for them? What language are you developing your applications in?

fatmac 10-27-2017 06:22 AM

GCC(G++) are your Linux equivalents.

coolasim79 10-29-2017 10:22 AM

Quote:

Originally Posted by rtmistler (Post 5774116)
Hi coolasim79 and welcome to LQ.

Just to advise, here is LQ's Welcome Thread to help you moving forwards with some questions.

Please understand that people are happy to offer opinions about their experiences with Linux and offer some guidance, and the main intentions of this site are that you do learn Linux by way of your own efforts.

For starters, have you installed and used Linux on an intended development computer? How do you access these set top boxes so that you can load new applications for them? What language are you developing your applications in?

right now i only have installed ubantu and start learning it. and also have STB with Linux OS im starter init thats why i am posting please help me how to start working on it

Asim

hazel 10-29-2017 10:40 AM

Debian derivatives like Ubuntu have a package called build-essential, which you should install. It contains the GCC compiler (which handles both C and C++), binutils (assembler, linker, etc), make (a basic build-scripting tool) and the libc header files, as well as a number of other useful tools. These are all used in the GNU build process which has good online guides that you should read.

When building, you also need to remember that most Linux distros install their libraries in two parts: there is the binary library itself (libfoo.so), and the development package containing the headers and documentation. In Debian-based distros, these are called libfoo-dev. You will always need the development package to build against a library.

!!! 10-29-2017 03:17 PM

To learn any topic, start with the 'soft skill' of optimal www-search keywords.
Here, start with this (Google): linux intitle:stb coding|development beginner
(for DuckDuckGo.com, t: for title. Here, | is OR without spaces)

Enjoy transitioning your SetTopBox embeddedOS from M$WinCE to Linux.

p.s. Maybe look at (how this distro is implemented):
https://distrowatch.com/openelec
https://github.com/OpenELEC/OpenELEC.tv


All times are GMT -5. The time now is 04:25 AM.