Recent Posts

Pages: 1 [2] 3 4 5 6 7 ... 10
11
discovered that esp32 can generate a standard makefile (at least for now)

Code
$ cmake . -G "CodeBlocks - Unix Makefiles"

now, I need to find out how to define a "custom compiler"
12
Changes to add a button to jump to previously edited location is available in my github fork : https://github.com/josephch/codeblocks/commit/029005671abfeb6d7c3c07390030605448a09dff

I think it is a good idea to add this feature as it is very helpful for navigation during code editing. Button images are generated via chatgpt and might not be the most aesthetic.
13
General (but related to Code::Blocks) / Do I need a specific debugger for 32/64 bit?
« Last post by mmf on September 09, 2025, 07:10:41 am »
Do I need a specific debugger when I want to debug into 32 or 64 bit applications?
I realise a 32 bit debugger cannot handle 64 bit, but it is also true the other way round, can 64 bit safely debug 32 bit? or do I need a 32 bit GDB?
14
Registration asks "digits of last year in reverse order", but it did not accept previous year when I tried - accepting current year instead
Changed that for good.

Thanks for reporting. I think the question has been changed w/o updating the answer lately... Sorry for that. At least it kept spammers away... ;-)
15
General (but related to Code::Blocks) / Re: Forum registration tests for wrong answer?
« Last post by cppuser on September 09, 2025, 02:02:19 am »
yes! I noticed it too. And when you reply to private messages, you have to answer the same safety question which is not right!!!!!!!!! omg!

please fix this.

when I was trying to register myself I tried many times because of this annoying-wrong question.
16
Embedded development / esp32-c6 idf.py binding to codeblocks , what could work best ?
« Last post by cb.damiano on September 08, 2025, 04:27:31 pm »
Current status

  • I am dealing with a esp32-c6 and the associated ESP-IDF
  • I am on linux, debian derivative, devuan, OLD (as in 2024-03) versions of eclipse work well, meaning the system works
  • I have the idf.py app working, can download and run sample code using idf.py
  • the whole toolkit is a jungle, because "think different" and letś make a circle as an hexagon
  • current version of eclipse + the ESP32 plugin result in a SLOW molassa + frequent freezes + editor panel constantly showing unreliable errors, a mess

so, I installed codeblocks and I can see the code, next step is how to interface CB to ESP-IDF, what I did

  • Create a Makefile with a single rule Release
  • always call a shell script that setup the IDF environment and call idf.py app
  • redirect all messages away from make and into a log and err file

the above works, meaning I can "build" from CB and it actually build the app

BUT I am missing, totally, compilation errors, include path

so, the question is

what could be the simplest strategy to "interface" codeblocks to the esp32 build environment ?

yes, I know, not really a codeblocks issue.....  I am posting the same question to esp32 forums and hopefully something good will happen



17
I can no longer get to the site it implies the web cert. has expired.

Yes, I have the same issue here. After the human test page, it jumps to a "Invalid SSL certificate" page.
18
I can no longer get to the site it implies the web cert. has expired.
19
YES ... you're rigth !!!
Shame on me, I'm very tired today ! problem is often beetween keyboard and screen ...).   :D

Test OK with "good" target. Sorry.

Regards.
20
"Debug CLANG CYG N64" does not equal 'Debug CLANG CYG N24'

Extra hint: 6 does not equal 2

Problem is user error!
Pages: 1 [2] 3 4 5 6 7 ... 10