do these build issues occur because the nettypes.h declares in C++ format while being included into a C source file?
If so, how does one represent an IPADDR4 from C code?
Search found 22 matches
- Wed Apr 05, 2017 1:09 pm
- Forum: NetBurner's Eclipse IDE
- Topic: in search of NBEclipse upgrade documentation
- Replies: 3
- Views: 6925
- Wed Apr 05, 2017 12:10 pm
- Forum: NetBurner's Eclipse IDE
- Topic: in search of NBEclipse upgrade documentation
- Replies: 3
- Views: 6925
in search of NBEclipse upgrade documentation
I have many NBEclipse projects from a previous version that I'd like to use with NBEclipse 2.8.3.
Does anyone have any documentation on how to bring NB projects forward? I was just pointing the NBEclipse IDE at my pre-existing workspace. That has not worked out as there are all sorts of path name ...
Does anyone have any documentation on how to bring NB projects forward? I was just pointing the NBEclipse IDE at my pre-existing workspace. That has not worked out as there are all sorts of path name ...
- Tue Apr 30, 2013 11:21 am
- Forum: NetBurner Software
- Topic: MOD5441X flash via TFTP?
- Replies: 7
- Views: 7562
Re: MOD5441X flash via TFTP?
Dan, thank you for pointing out that autoupdate works from the AIM. I totally didn't get that from Paul's earlier comment. So now I know that I can boot into AIM using the TP1 jumper or by pressing "A" and then run autoupdate per usual while the MOD5441x sits at the AIM nb> prompt.
Yes, autoupdate ...
Yes, autoupdate ...
- Tue Apr 30, 2013 10:46 am
- Forum: NetBurner Software
- Topic: MOD5441X flash via TFTP?
- Replies: 7
- Views: 7562
Re: MOD5441X flash via TFTP?
Dan,
Yes, you are correct- I was porting a linux library to ucOS and one of the C++ examples had a main() in it that I had forgot to change.
I am still wondering why the NFLA monitor command was dropped in the MOD5441x. Recovering an image via TFTP is much much faster than performing a serial ...
Yes, you are correct- I was porting a linux library to ucOS and one of the C++ examples had a main() in it that I had forgot to change.
I am still wondering why the NFLA monitor command was dropped in the MOD5441x. Recovering an image via TFTP is much much faster than performing a serial ...
- Mon Apr 29, 2013 1:09 pm
- Forum: NetBurner Software
- Topic: MOD5441X flash via TFTP?
- Replies: 7
- Views: 7562
Re: MOD5441X flash via TFTP?
BTW the root cause of the issue with a non-bootable (and wedged autoupdate) is to simply define a main() in a C file __and__ a main() in a C++ file.
The NBEclipse IDE does not catch this!
The NBEclipse IDE does not catch this!
- Mon Apr 29, 2013 12:24 pm
- Forum: NetBurner Software
- Topic: MOD5441X flash via TFTP?
- Replies: 7
- Views: 7562
Re: MOD5441X flash via TFTP?
Hi Paul,
The mod54415 monitor supports autoupdate.
Autoupdate worked great until I managed to get a corrupt image into flash, then it failed. Even the boot failed.
No need for TFTP just use the normal load tools.
I like to use TFTP to recover whenever Autoupdate stops working.
You can ...
The mod54415 monitor supports autoupdate.
Autoupdate worked great until I managed to get a corrupt image into flash, then it failed. Even the boot failed.
No need for TFTP just use the normal load tools.
I like to use TFTP to recover whenever Autoupdate stops working.
You can ...
- Mon Apr 29, 2013 8:52 am
- Forum: NetBurner Software
- Topic: MOD5441X flash via TFTP?
- Replies: 7
- Views: 7562
MOD5441X flash via TFTP?
This morning I encountered a corrupt application image and used the monitor to setup tftp.
Then I discovered that the NFLA command is not present in the MOD5441X monitor.
So, I am wondering: What happened?
I was able to recover using mttty for a serial download, but where is the support for the ...
Then I discovered that the NFLA command is not present in the MOD5441X monitor.
So, I am wondering: What happened?
I was able to recover using mttty for a serial download, but where is the support for the ...
- Tue Apr 23, 2013 1:08 pm
- Forum: NetBurner Hardware
- Topic: MOD5441X EFFS STD flash settings example
- Replies: 8
- Views: 12210
Re: MOD5441X EFFS STD flash settings example
Thanks Dan. I opted for the 2.6.2. beta. Now in /nburn/lib is see the StdFFile.a library
dev@esc-11m32pgoydk /cygdrive/c/nburn/lib
$ ls -l
total 6356
-rwx------+ 1 dev None 13160 Apr 9 14:21 DBdebugLibrary.a
-rwx------+ 1 dev None 767584 Apr 9 14:21 DBLua_Full.a
-rwx------+ 1 dev None 746224 Apr 9 ...
dev@esc-11m32pgoydk /cygdrive/c/nburn/lib
$ ls -l
total 6356
-rwx------+ 1 dev None 13160 Apr 9 14:21 DBdebugLibrary.a
-rwx------+ 1 dev None 767584 Apr 9 14:21 DBLua_Full.a
-rwx------+ 1 dev None 746224 Apr 9 ...
- Mon Apr 22, 2013 12:38 pm
- Forum: NetBurner Hardware
- Topic: MOD5441X EFFS STD flash settings example
- Replies: 8
- Views: 12210
Re: MOD5441X EFFS STD flash settings example
Dan,
Thanks for helping me out!
dev@esc-11m32pgoydk /cygdrive/c/nburn
$ cat release_tag
Rel_2_6_0_026
This is from the CDROM I received with the NNDKs last week.
Regards,
Mark
Thanks for helping me out!
dev@esc-11m32pgoydk /cygdrive/c/nburn
$ cat release_tag
Rel_2_6_0_026
This is from the CDROM I received with the NNDKs last week.
Regards,
Mark
- Mon Apr 22, 2013 12:21 pm
- Forum: NetBurner Hardware
- Topic: MOD5441X EFFS STD flash settings example
- Replies: 8
- Views: 12210
Re: MOD5441X EFFS STD flash settings example
Hi Dan,
Per your suggestion, I just reinstalled the MOD+NANO5441X NNDK v2.6
I am not seeing an StdFFile.a file. Is this something I need to build after install?
Here are the contents of the nburn/lib directory:
dev@esc-11m32pgoydk /cygdrive/c/nburn/lib
$ ls -l
total 3384
-rwx------+ 1 dev None ...
Per your suggestion, I just reinstalled the MOD+NANO5441X NNDK v2.6
I am not seeing an StdFFile.a file. Is this something I need to build after install?
Here are the contents of the nburn/lib directory:
dev@esc-11m32pgoydk /cygdrive/c/nburn/lib
$ ls -l
total 3384
-rwx------+ 1 dev None ...