Search found 608 matches

by SeeCwriter
Mon May 16, 2011 5:15 pm
Forum: NetBurner Software
Topic: Unable to reprogram
Replies: 11
Views: 6912

Re: Unable to reprogram

Thank you. You have a better Quick Start Guide than I do. The only mention of a jumper is on page 3
where it says to "jumper JP15 on version 1.08 Carrier boards if you want to use the Flash File System."
by SeeCwriter
Mon May 16, 2011 4:35 pm
Forum: NetBurner Software
Topic: Unable to reprogram
Replies: 11
Views: 6912

Re: Unable to reprogram

Jumper was set to USB. The docs didn't say anything about a jumper. So the problem is when I call StartSnmpProcessor() it crashes. Remove it, it runs. void usermain( void *pd ) { InitializeStack(); if (EthernetIP == 0) GetDHCPAddress(); OSChangePrio(MAIN_PRIO); EnableAutoUpdate(); StartSnmpProcessor...
by SeeCwriter
Mon May 16, 2011 3:33 pm
Forum: NetBurner Software
Topic: Unable to reprogram
Replies: 11
Views: 6912

Re: Unable to reprogram

Hitting the keyboard faster has no effect.
by SeeCwriter
Mon May 16, 2011 3:07 pm
Forum: NetBurner Software
Topic: Unable to reprogram
Replies: 11
Views: 6912

Unable to reprogram

I had a working "Hello World" program that was running on my MOD5234. I made some changes to the code and downloaded the new version to the module. Now the module crashes every 2seconds and displays some Trap message on the Mitty terminal. And I am now unable to download to the board anymo...
by SeeCwriter
Mon May 16, 2011 2:59 pm
Forum: NetBurner Software
Topic: SNMP
Replies: 11
Views: 7357

Re: SNMP

Ok, stupid mistake on my part. Now I get a clean compile.
by SeeCwriter
Mon May 16, 2011 1:52 pm
Forum: NetBurner Software
Topic: SNMP
Replies: 11
Views: 7357

Re: SNMP

Now I'm getting the following error:

C:\nburn\system/snmp/Mibcls.cpp:1565: undefined reference to `SetSysInfo(SysInfo)'

I have a SetSysInfo function in main.cpp. What else do I need?
by SeeCwriter
Thu May 12, 2011 10:59 am
Forum: NetBurner Software
Topic: SNMP
Replies: 11
Views: 7357

Re: SNMP

I got a copy of cygwin1.dll off the internet. And even though I got errors trying to register it, it still worked. So now I can run v4.2 of the net-snmp tools. I ran snmptranslate again, got a few errors that don't make sense. But nevertheless, it did create a cpp source file. Correct me if I'm wron...
by SeeCwriter
Thu May 12, 2011 8:59 am
Forum: NetBurner Software
Topic: SNMP
Replies: 11
Views: 7357

Re: SNMP

Ok. But I would have thought that the new versions of the net-snmp tools would still support the same
options and functionality as the older versions.
by SeeCwriter
Wed May 11, 2011 5:00 pm
Forum: NetBurner Software
Topic: SNMP
Replies: 11
Views: 7357

Re: SNMP

I see you are using a different version of snmptranslate. I am using v5.5. I have net-snmp tools installed so that's what I've been using. I see that NB has installed the same tools in its development directory. But when I try to run one of those, I get an error message about cygwin1.dll not found. ...
by SeeCwriter
Wed May 11, 2011 3:52 pm
Forum: NetBurner Software
Topic: SNMP
Replies: 11
Views: 7357

Re: SNMP

I did. That's how I learned that -Tn wasn't a valid option. I also tried using the -m option where you list the MIB files to use. That got rid of the errors, but the new cpp file it created was empty. I also tried: snmptranslate -h > help.txt and got an empty file also. So does redirection even work...