Search found 4 matches

by Cheetah
Mon Jul 09, 2012 7:07 am
Forum: NetBurner Software
Topic: Developement under Linux
Replies: 20
Views: 31126

Re: Developement under Linux

Looks like it's hanging before it gets to the point of opening that log file, as it isn't there. There is in fact almost nothing in the workspace directory:

./.metadata/
./.metadata/.lock
./.metadata/version.ini
./.metadata/.plugins/
./.metadata/.plugins/org.eclipse.ui.workbench/
./.metadata ...
by Cheetah
Fri Jul 06, 2012 6:27 pm
Forum: NetBurner Software
Topic: Bug in Makefile based project builds
Replies: 1
Views: 2367

Re: Bug in Makefile based project builds

This is still broken in the 2.6.0 beta
by Cheetah
Fri Jul 06, 2012 3:31 pm
Forum: NetBurner Software
Topic: Developement under Linux
Replies: 20
Views: 31126

Re: Developement under Linux

I thought I'd provide curious linuxers with an update to this ...

I've just tried getting the NNDK 2.6.0 beta working in wine.

I'm using Debian testing, which currently has wine 1.4.1.
The NNDK installer went fine.
The JRE installer went fine (I tried jre 6 and 7).

NBEclipse gets past the "where ...
by Cheetah
Wed Feb 01, 2012 12:00 pm
Forum: NetBurner Software
Topic: Bug in Makefile based project builds
Replies: 1
Views: 2367

Bug in Makefile based project builds

I've found a bug in the Makefile based build system in the NNDK 2.5.2.

The $(NAME)depend.mk file will grow indefinitely (until you do a make clean) because of a minor bug in $(NBROOT)/make/main.mak. Line 76 has:
@echo #Generated Depend file >$(NAME)depend.mk
The bug is that the # is interpreted ...