I installed the latest NNDK, v2.6.6. When I run NBEclipse the Workspace Launcher window says: NBEclipse IDE - Release 2.6.5...
Is that correct?
Steve
NNDK v2.6.6
Re: NNDK v2.6.6
Hello,
Thanks for catching this. Indeed it does say this on the windows version. OSX is correct. It appears that the windows version got the old NBEclipse. There will be a re-upload of the release tonight. No source changes, just including the 2.6.6. NBEclipse.
Thanks for catching this. Indeed it does say this on the windows version. OSX is correct. It appears that the windows version got the old NBEclipse. There will be a re-upload of the release tonight. No source changes, just including the 2.6.6. NBEclipse.
Forrest Stanley
Project Engineer
NetBurner, Inc
NetBurner Learn Articles: http://www.netburner.com/learn
Project Engineer
NetBurner, Inc
NetBurner Learn Articles: http://www.netburner.com/learn
Re: NNDK v2.6.6
Where would I find the
that are indicated in the Release Notes?◦Added JSON library and examples beta
Re: NNDK v2.6.6
Did something change in the FTP routines in v2.6.6?
Using a MOD5282 on a Dev100 v1.12 board, I had a working program in v2.6.4 that faults out in v2.6.6 whenever I FTP to it. I get:
No other user tasks running.
I went back to v2.6.4 and I can FTP to it.
Using a MOD5282 on a Dev100 v1.12 board, I had a working program in v2.6.4 that faults out in v2.6.6 whenever I FTP to it. I get:
The FTPD thread suspends with:Thread [2 Prio( 50 ) :Main] (Suspended: Signal 'SIGSEGV' received. Description: Segmentation fault.)
5 OSSched() C:\nburn\system\ucos.c:451 0x0200b156
4 OSTimeDly() C:\nburn\system\ucos.c:521 0x0200b328
3 UserMain() C:\nburn\NBEclipse\workspace\Graph\main.cpp:48 0x020007f2
2 TopOfStackKillfunction() C:\nburn\system\ucosmcfc.c:40 0x0200aa68
1 <symbol is not available> 0x00000000
I stripped everything out of the program so it is just running a simple counter loop:Thread [7 Prio( 48 ) :FTPD] (Suspended)
3 FTPdTask() C:\nburn\system\ftpd.cpp:1334 0x0201b69e
2 TopOfStackKillfunction() C:\nburn\system\ucosmcfc.c:40 0x0200aa68
1 <symbol is not available> 0x00000000
Code: Select all
while (1) {
TestData[0]++;
OSTimeDly(200);
}
I went back to v2.6.4 and I can FTP to it.
Re: NNDK v2.6.6
We will be publishing a revised release today. 2.6.6 has a major bug with TCP connect on non-5441x platforms due to a uncaught null pointer.
99 bugs on the wall, 99 bugs on the wall.
Take one down, patch it around,
127 bugs on the wall...
-Dan
99 bugs on the wall, 99 bugs on the wall.
Take one down, patch it around,
127 bugs on the wall...
-Dan
Dan Ciliske
Project Engineer
Netburner, Inc
Project Engineer
Netburner, Inc