Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Creating Linux software?

Status
Not open for further replies.

baker01

Newbie
Joined
May 17, 2021
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
12
I would like to create some free and open source linux software, but I'm not sure where to start. Any recommendations? I'm fine with learning any programming language.
 

Hi,

... you want to create software that is able to run on a Linux OS?

It depends on what your software should do..
You could write a shell script
Maybe you could do without GUI (like a device driver, voice recognition, a command line tool)
Or maybe you need a GUI..

Klaus
 

Almost all, if not all, Linux distros come with the GCC compiler installed. All you need is a text editor to write the code.
Lots of examples on the Internet if you search but start by writing some simple 'C' code and practice using the compiler.

Brian.
 

You should start with what the software should be and do.
The mechanics don't matter so much, and the end goal
should inform choice of tools and what learning ends up
being needed.

However if your goal is education and eventual employability
then you may want to center your goal and your tools
around something that the market wants, and is achievable.

A little "app" that works, being a better "sales pitch" than
a big one that never gets done....
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top