Search found 622 matches

by SeeCwriter
Tue Jun 17, 2014 9:37 am
Forum: NetBurner Software
Topic: Checksum Fail
Replies: 16
Views: 9584

Re: Checksum Fail

OK, I'm a little slow. DEFPLATFORM is an environment variable. It used to be set but somehow became unset. So I manually set it. "make clean" still failed, but for different reasons. Now I see that SNMP was not installed in v2.6.7. It gets installed with v2.6.6. So what gives? I have what ...
by SeeCwriter
Tue Jun 17, 2014 9:00 am
Forum: NetBurner Software
Topic: Checksum Fail
Replies: 16
Views: 9584

Re: Checksum Fail

Regarding the makefile, the problem appears to be that no platform is being set in makefile root.mak when running on the c:\nburn\system directory. I'm not sure what the platform is supposed to be, but it appears that the value of DEFPLATFORM is not being initialized. Where does that parameter get s...
by SeeCwriter
Tue Jun 17, 2014 7:48 am
Forum: NetBurner Software
Topic: Checksum Fail
Replies: 16
Views: 9584

Re: Checksum Fail

I am on a Windows system, Win7. I did open the IDE, selected an example project, did a Clean, then a Build, and it all worked. Then I closed the IDE, opened a command prompt, navigated to C:\nburn\system and entered "make clean", I get the same error as before. My project uses SNMP so I ne...
by SeeCwriter
Mon Jun 16, 2014 3:06 pm
Forum: NetBurner Software
Topic: Checksum Fail
Replies: 16
Views: 9584

Re: Checksum Fail

Yes I was using v2.6.6. I wasn't aware of the problem. This may be the wrong place to post this, but I did download v2.6.7, and installed it after uninstalling v2.6.6. And when I tried to rebuild the system libraries, I get the following error: c:\nburn\system>make clean c:\nburn/make/root.mak:201: ...
by SeeCwriter
Mon Jun 16, 2014 12:56 pm
Forum: NetBurner Software
Topic: Checksum Fail
Replies: 16
Views: 9584

Checksum Fail

We are in the process of moving an application from the MOD5234 to the MOD5441X. Most of it is going pretty well, but there seems to be an issue with the number printf() statements used. If a lot of printf() statements are used in a function, the program will build without error but when it boots we...
by SeeCwriter
Fri Jun 13, 2014 1:22 pm
Forum: NetBurner's Eclipse IDE
Topic: How to create a makefile
Replies: 6
Views: 8879

Re: How to create a makefile

I want to use SlickEdit instead of Eclipse to write my programs, and I know SlickEdit can run make on projects. Otherwise I have to open Elclipse every time I want to compile.

Steve
by SeeCwriter
Fri Jun 13, 2014 10:01 am
Forum: NetBurner's Eclipse IDE
Topic: How to create a makefile
Replies: 6
Views: 8879

How to create a makefile

Some posts I've seen infer that project makefiles can be automatically created by the NNDK. If true, I have yet to locate that feature. Does it exist, or do I need to hand craft a makefile for my project?

Steve
by SeeCwriter
Thu Jun 05, 2014 11:07 am
Forum: NetBurner Software
Topic: Speed Serial utility
Replies: 7
Views: 4976

Re: Speed Serial utility

I just figured out the stupid thing I did wrong. I'm going through the Getting Started Guide following the steps to create a project and download it, and on page 25 I just noticed that it says "Network platform" at the top of the page, and when I turn the page to where it starts telling me...
by SeeCwriter
Thu Jun 05, 2014 9:46 am
Forum: NetBurner Software
Topic: Speed Serial utility
Replies: 7
Views: 4976

Re: Speed Serial utility

What makes you think there is a different Getting Started Guide? I just went to the Documents and Downloads page (http://www.netburner.com/support/doc-s-and-downloads) and downloaded the Getting Started Guide for the NANO54415 and it is the same one I'm using. It's dated Sept 2009, which I believe i...
by SeeCwriter
Thu Jun 05, 2014 8:01 am
Forum: NetBurner Software
Topic: Speed Serial utility
Replies: 7
Views: 4976

Re: Speed Serial utility

I'm using the NANO54415 Dev Kit.

Steve