News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

cbMakefileGen plugin

Started by kisoft, June 22, 2007, 10:17:13 AM

Previous topic - Next topic

prcarp

#75
Anyone else getting a crash with the latest (0.3.11.11_Win32)?

Exception Info: Code 0xc0000005  Address: 0x000000000474463a

AppName: codeblocks.exe    AppVer: 0.0.0.0    ModName: cbmakefilegen.dll
ModVer: 0.0.0.0    Offset: 0001463a

My C::B is build 4719 (Dec 10, 2007).  Windows XP SP2.  All other C::B functions appear to work normally.

Happens when I try to generate the makefile and I am using the GNU ARM GCC Compiler toolchain to make my target.  It does create the Makefile.gen file but it is empty.

kisoft

Quote from: prcarp on December 11, 2007, 08:06:07 PM
Anyone else getting a crash with the latest (0.3.11.11_Win32)?

Exception Info: Code 0xc0000005  Address: 0x000000000474463a

AppName: codeblocks.exe    AppVer: 0.0.0.0    ModName: cbmakefilegen.dll
ModVer: 0.0.0.0    Offset: 0001463a

My C::B is build 4719 (Dec 10, 2007).  Windows XP SP2.  All other C::B functions appear to work normally.

Happens when I try to generate the makefile and I am using the GNU ARM GCC Compiler toolchain to make my target.  It does create the Makefile.gen file but it is empty.
Thank you for bug report.
I don't know about GNU ARM GCC Compiler, but I will try investigate this problem.
Can you send me codeblocks.RPT file to email?

Good luck!
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
[url="https://github.com/kisoft/cbmakefilegen"]https://github.com/kisoft/cbmakefilegen[/url]

prcarp

Any updates?  I emailed you the .RPT file.  Note that C::B crashes even if no project is loaded and you attempt to create a makefile.

Thanks!

kisoft

Quote from: prcarp on December 18, 2007, 07:41:01 PM
Any updates?  I emailed you the .RPT file.  Note that C::B crashes even if no project is loaded and you attempt to create a makefile.

Thanks!
This problem concerned with dll.
I will do upload today current (unchanged) version cbMakefileGen, I will do compile it with current version of CodeBlocks (rev 4739).
I have no time. I have a lot work now.
If all projects is closed, cbMakefileGen show messagebox with error message.
For temporary, you can do doungrade CodeBlocks to early versions, where cbMakefileGen is worked.
Another way, do compile cbMakefeilGen yourself, if you can.

Good luck!
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
[url="https://github.com/kisoft/cbmakefilegen"]https://github.com/kisoft/cbmakefilegen[/url]

kisoft

ver 0.3.11.11 was linked with wxmsw28u_gcc_cb.dll & codeblocks.dll from Nightbuilds rev 4734

Now updated binary on BerliOS. Added release 0.3.11.12

Check it, please. On my system my plugin worked normally.
I check my plugin working on Nightbuild rev 4734. Plugin worked too.

Good luck!
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
[url="https://github.com/kisoft/cbmakefilegen"]https://github.com/kisoft/cbmakefilegen[/url]

Grom

gcc+winXP+suse.

kisoft

Quote from: Grom on January 18, 2008, 06:54:52 PM
Does it works for Linux?
Nope, this revision for Windows only. Sorry, I have no Linux now.
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
[url="https://github.com/kisoft/cbmakefilegen"]https://github.com/kisoft/cbmakefilegen[/url]

MortenMacFly

Quote from: Grom on January 18, 2008, 06:54:52 PM
Does it works for Linux?
It shouldn't be too hard to make it Linux compatible btw... Most things are already working under Linux, too.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

kisoft

Plugin worked on Linux too. But last revision exists for Windows only. I have no Linux now.
You can build this plugin from sources yourself only.
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
[url="https://github.com/kisoft/cbmakefilegen"]https://github.com/kisoft/cbmakefilegen[/url]

AmR EiSa


MortenMacFly

Quote from: AmR EiSa on March 14, 2008, 06:36:03 PM
Any new updates ?
Why don't you just check the cbMakefile plugin repository?!
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

kisoft

I have no time now for updates. I have two a big projects now. Sorry.
Want anybody do continue project updates? I can help to volunteers.

Good luck!
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
[url="https://github.com/kisoft/cbmakefilegen"]https://github.com/kisoft/cbmakefilegen[/url]

MortenMacFly

Quote from: kisoft on March 17, 2008, 07:56:37 AM
Want anybody do continue project updates? I can help to volunteers.
I could offer to transfer this to the official repo under "contrib" (after talkingback to the big boss). This would allow tto apply patches / changes more easily. You could close this repo than but still can continue to work on it... How about that?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

kisoft

Quote from: MortenMacFly on March 17, 2008, 08:43:09 AM
Quote from: kisoft on March 17, 2008, 07:56:37 AM
Want anybody do continue project updates? I can help to volunteers.
I could offer to transfer this to the official repo under "contrib" (after talkingback to the big boss). This would allow tto apply patches / changes more easily. You could close this repo than but still can continue to work on it... How about that?

I agree. After move sources to contrib, I will send message to history on my repository in BerliOS about this news :)
Repository trunk path: http://svn.berlios.de/svnroot/repos/cbmakegen/trunk

Thanks you!
Good luck!
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
[url="https://github.com/kisoft/cbmakefilegen"]https://github.com/kisoft/cbmakefilegen[/url]

kisoft

Statistics for plugin (01 Aug 2007-19 Mar 2008) (from BerliOS):
Page Views: 5,663
Downloads : 702

Good luck!
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
[url="https://github.com/kisoft/cbmakefilegen"]https://github.com/kisoft/cbmakefilegen[/url]