CompCode.exe error when building

Topics for the Eclipse Environment
Post Reply
gbtsdd
Posts: 3
Joined: Fri Jun 13, 2008 10:59 am

CompCode.exe error when building

Post by gbtsdd »

I just installed the newest NNDK (RC2.2), and I now get the same error whenever building a project. It doesn't seem to matter whether it's an old project or a freshly created one. The error information is below.

Exception Information:
Code: 0xc0000005
Flags: 0x00000000

Windows NT 5.1

Has anyone encountered this problem?
gbtsdd
Posts: 3
Joined: Fri Jun 13, 2008 10:59 am

Re: CompCode.exe error when building

Post by gbtsdd »

The problem appears to be with the -R option. It's looking for a "\Release-Tag" file/folder which I can see in the root Netburner directory (looks like it may not be retrieving the root part of the path correctly from the registry?). Turning this option off in the project build options seems to make it work fine. I was also having no success trying to rebuild compcode from source (I'm used to developing under a linux environment so this is most likely user error) to debug exactly where it was going awry.
User avatar
Forrest
Posts: 283
Joined: Wed Apr 23, 2008 10:05 am

Re: CompCode.exe error when building

Post by Forrest »

Hello,

What platform are you building this for? The -R option is new and is used to print out some build info on the command line (memory usage, etc)
Forrest Stanley
Project Engineer
NetBurner, Inc

NetBurner Learn Articles: http://www.netburner.com/learn
gbtsdd
Posts: 3
Joined: Fri Jun 13, 2008 10:59 am

Re: CompCode.exe error when building

Post by gbtsdd »

This is for a MOD5270, guess I should have mentioned that.
Post Reply