Page 1 of 1
CompCode.exe error when building
Posted: Fri Jun 13, 2008 11:14 am
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?
Re: CompCode.exe error when building
Posted: Mon Jun 16, 2008 8:42 am
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.
Re: CompCode.exe error when building
Posted: Mon Jun 16, 2008 10:15 am
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)
Re: CompCode.exe error when building
Posted: Mon Jun 16, 2008 10:30 am
by gbtsdd
This is for a MOD5270, guess I should have mentioned that.