Author Topic: Codeblock files with debian  (Read 7004 times)

Kappten

  • Guest
Codeblock files with debian
« on: November 07, 2018, 12:05:48 am »
Hello, I am using Debian 9 and in my school we are right now programming microcontrollers, but the teacher gave us one of his microcontroller from his own company. In school on the Windows OS it worked, now I wanted to try it on Debian. On windows I was able to go to "share\CodeBlocks\templates\wizard" and add a working wizard. The thing is I don't find these files on Debian. Where are they located?

I installed CodeBlocks with:
Code
sudo apt-get install codeblocks


Excuse me if this post is in the wrong part of the forum.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Codeblock files with debian
« Reply #1 on: November 07, 2018, 08:32:58 am »
You can add your wizard here:
Code
~/.local/share/codeblocks/templates/wizard

But you should add it to the startup script, too.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

CJoshua

  • Guest
Re: Codeblock files with debian
« Reply #2 on: June 01, 2020, 09:11:35 am »

Hello,
I'm new here and need some help with my project. I installed Code::Blocks IDE on Debian 8 Jesse using Jessie's backports. Everything worked just fine, but now I have to do a project using Debian 9 (Stretch). I need to build a C++ application. Can I use a 32 bit microcontroller? Any recommendations how to do it smoothly?
Thanks,
Joshua

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Codeblock files with debian
« Reply #3 on: June 01, 2020, 10:24:49 am »
Quote
Can I use a 32 bit microcontroller? Any recommendations how to do it smoothly?
What has this to do with codeblocks and debian?
What is your questions. Please be specific and detailed. 32bit mocrocontroller is everything and nothing....

What has this to do with this thread? Make a new thread if you have a unrelated question....

juankax

  • Guest
Re: Codeblock files with debian
« Reply #4 on: September 04, 2021, 11:19:12 am »
Hi,

I am getting myself set up for C programming on the latest Debian Jessie. In the Debian Reference Manual they recommend the following command to set up the environment.
# apt-get install glibc-doc manpages-dev libc6-dev gcc build-essential

My question is should I be using the package gcc-4.9 instead of just gcc in the above command, in order to get the latest stable version. It's not clear to me what the difference is between the two packages.

https://www.debian.org/doc/manuals/debian-reference/ch12.en.html#_c
https://packages.debian.org/stable/devel/gcc
https://packages.debian.org/stable/devel/gcc-4.9

Thanks for the replies.

porno porno videos porno filme xxx fisgonas
« Last Edit: September 10, 2021, 06:42:50 pm by juankax »

Offline Commaster

  • Almost regular
  • **
  • Posts: 171
Re: Codeblock files with debian
« Reply #5 on: September 04, 2021, 05:24:21 pm »
GCC 4.9 is so old it's ugly... We are at GCC 10 or 11 now