What i did:
I have installed the latest NNDK into default c:\Nburn directory.
Installed(unpacked) nbeclipse plugin into my default Eclipse(3.4.1): c:\eclipse\plugins
When after loading Eclipse and creating a fresh Netburner project I found that project won't compile for obvious reason - incorrect path's to all necessary includes:
NBROOTMINGW is correct.**** Internal Builder is used for build ****
m68k-elf-g++ -O2 -falign-functions=4 -I$(NBROOTMINGW)\include -I$(NBROOTMINGW)\MOD5282\include -I$(NBROOTMINGW)\gcc-m68k\m68k-elf\include -gdwarf-2 -Wall -Wno-write-strings -c -fmessage-length=0 -fno-rtti -fno-exceptions -mcpu=5208 -DMOD5282 -omain.o ..\main.cpp
..\main.cpp:1:20: error: predef.h: No such file or directory
..\main.cpp:4:22: error: startnet.h: No such file or directory
..\main.cpp:5:24: error: autoupdate.h: No such file or directory
..\main.cpp:6:24: error: dhcpclient.h: No such file or directory
..\main.cpp:7:23: error: smarttrap.h: No such file or directory
..\main.cpp:8:21: error: taskmon.h: No such file or directory
I'm not sure what is the right way to fix it.
Any body got that plugin work?