How to use Code:Blocks 13.12 compiler?

discuss compiling applications for Puppy
Post Reply
Message
Author
nick21
Posts: 23
Joined: Thu 24 May 2018, 04:46

How to use Code:Blocks 13.12 compiler?

#1 Post by nick21 »

Hello,

I wish to learn C++ with my Puppy, I installed Code:Blocks 13.12 and it's ok, but it don't recognize nor a compiler! I installed a lot of GCC, but no purpose. I try in Settings/Compiler/Toolchain executables to find my GCC in usr/bin, but unfortunately it is frozen, I can not select it.
I don't know what to do? Documentation is hugely, and I am still learning English language.
Please, can somebody help me?

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#2 Post by musher0 »

Hello nick 21.

I suppose you don't know yet, but one should always mention the breed
and version of his Puppy when asking for help in a Puppy forum thread.
E.g. xenialPup-7.5, or slacko-5.9.9.

FYI: ALL Puppies come with a "devx" which contains the utilities
necessary to compile in C and C++, including the gcc. It has the
same version number as the Puppy it was made for:
e.g. for puppy_xenial_7.0.6.sfs, it will be: devx_xenial_7.0.6.sfs.


Poor man! :) You do not need to go through the trouble of gathering and
installing the compiling material yourself, this has already been done for you.
Simply load the devx sfs.

You load the devx sfs through a utility called sfs_load. When sfs_load is on
screen, choose the devx from the drop down menu in left left column, it will
be mounted/installed.

Else, you can double-click on the devx sfs archive directly, and it will be
mounted/installed automatically.

IHTH.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

nick21
Posts: 23
Joined: Thu 24 May 2018, 04:46

#3 Post by nick21 »

Hello,

I use Puppy Precise 5.7.1

I find the box SFS-Load on-the-fly v.1.9.7 in Menu/Setup, and on it find Load SFS / Unload SFS. Where find I devx sfs. ?

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#4 Post by musher0 »

nick21 wrote:Hello,

I use Puppy Precise 5.7.1

I find the box SFS-Load on-the-fly v.1.9.7 in Menu/Setup, and on it find Load
SFS / Unload SFS. Where find I devx sfs. ?
Hello, nick21.

It should be at the site where you found the iso for Puppy Precise 5.7.1?

In any case, there is a copy here:
https://archive.org/download/Puppy_Linu ... _5.7.1.sfs

BFN.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

nick21
Posts: 23
Joined: Thu 24 May 2018, 04:46

#5 Post by nick21 »

I succeed!

I try with Quirky Xerus, I installed Code::Blocks 13.12 and dev.x-8.3-xerux64 and now, my Code::Blocks recognises dev.x compiler.

Tomorrow let's start to learn C++, I hope to work!

Thank you very much.

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#6 Post by musher0 »

My pleasure! :)
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

Post Reply