Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Help / Re: CodeBlocks starts really slow
« Last post by BlueHazzard on Yesterday at 11:54:26 pm »
20 sec, but i have some failed plugins that take some time...

Ok, now that we finally know what is going on, lets work on the problem.
First step to try is to open codeblocks go to menu Plugins->Manage plugins->Select all plugins from the list (you can select the first, then press shift key and select the last, to select all)->Disable
Restart codeblocks and look if it is still slow.

If it is not slow, you can make a bisection search for the plugin that slows codeblocks down.
For this enable the first half of the plugins and start codeblocks again. If it is still fast, disable the plugins again.
Then repeat the algorithm with the second half. Disable the half plugins of the half that slows down codeblocks. This goes on until one plugin is left. At the end you should have a plugin that is the culprit from the slow down.

If codeblocks starts also slow without plugins we have to make things a bit more complicated...
2
Help / Re: CodeBlocks starts really slow
« Last post by stdstringclass on Yesterday at 11:21:50 pm »
No, no - Compiler itself works fine - when it finally starts up :)

We are talking about fire it up. When You want the application to start. On my computer I have to wait a bit less than 2min.

You just click in icon in Windows named Codeblock and wait...wait...wait...after 2min Codeblocks appears and then You can work normally.

How fast can You start it on Your computer?
3
Help / Re: How to configure CodeBlocks for an Arduino project
« Last post by BlueHazzard on Yesterday at 10:06:16 pm »
Sadly the arduino wizard is broken... I do not think there is an easy fix...
4
Help / Re: CodeBlocks starts really slow
« Last post by BlueHazzard on Yesterday at 10:04:06 pm »
Quote
BlueHazzard, I have the same issue.
And you absolutely do not add any information i requested from the original poster....  How should we suppose to help if we have 0 information?

Quote
It runs very slowly.
What runs slow? Codeblocks? Your program? Compiling?
Quote
There is no communicates, and everything works fine,
What works fine? What does "no communicate" mean in this context? Codeblocks? your program? The compiler?
Quote
but after clicking the icon I have to wait 1 min and 48 sec on i7 and super fast SSD 7mb/s :)))
What icon? You have to whait for what? Codeblocks starting? The compiler finishing?

5
Help / Re: CodeBlocks starts really slow
« Last post by Pecan on Yesterday at 07:26:07 pm »
BlueHazzard, I have the same issue.

It runs very slowly. There is no communicates, and everything works fine, but after clicking the icon I have to wait 1 min and 48 sec on i7 and super fast SSD 7mb/s :)))

What OS are you using?
6
Help / Re: CodeBlocks starts really slow
« Last post by stdstringclass on Yesterday at 07:22:25 pm »
BlueHazzard, I have the same issue.

It runs very slowly. There is no communicates, and everything works fine, but after clicking the icon I have to wait 1 min and 48 sec on i7 and super fast SSD 7mb/s :)))
7
Embedded development / Re: C::B for Microchip MCUs?
« Last post by alexrock123 on Yesterday at 12:16:13 pm »
What support do you need?
It should currently be possible to do this if you do these steps:
1. Install the compiler
2. Set it up inside codeblocks
3. Create empty project which uses this compiler
4. Add files
5. Setup build options for your device
6. Add post build commands to do firmware gathering or/and upload in your environment.
7. enjoy
If you need to do these steps often you can write a wizard template script which automates the stuff above and then provide a patch for inclusion in the C::B releases.

thanks my issue has been fixed.
8
Help / How to configure CodeBlocks for an Arduino project
« Last post by Daniel Caron on March 24, 2023, 09:59:19 pm »
HI!
I do File/New/Project/ArduinoProject and when I compile the example to flash an LED, I receive several error messages of which here is an extract:
D:\CodeBlock\arduino\test8\cores\CDC.cpp|3|fatal error: CDC.cpp: No such file or directory|
Can you help me?

Regard,
Daniel Caron
9
Help / Re: Colour reversing problem
« Last post by boojai2 on March 24, 2023, 09:57:36 am »
Thank you, I will give that a try!
10
Development / Re: UI for project globs aka automatic source directories
« Last post by killerbot on March 24, 2023, 07:40:10 am »
I can confirm it is fixed. Many thanks.
Pages: [1] 2 3 4 5 6 ... 10