Search found 608 matches

by SeeCwriter
Mon Oct 13, 2014 11:22 am
Forum: NetBurner Software
Topic: Debug Build failure
Replies: 31
Views: 17848

Re: Debug Build failure

So I skipped past section 5 and went to section 8 of the Getting Started Guide, which is "Debugging With Eclipse". It's in this section where I learn that I need a debug header and a debugger function call in the program. They didn't say that is section 5. In any case, I created the exampl...
by SeeCwriter
Mon Oct 13, 2014 9:36 am
Forum: NetBurner Software
Topic: Debug Build failure
Replies: 31
Views: 17848

Re: Debug Build failure

I am going through the Eclipse Getting Started Guide. On page 21, paragraph 5.1.2 it says: "To automatically create a run configuration, click on your project in the Project Explorer window. Once selected, simply click on the Run button (a white play in a green circle). Your project will automa...
by SeeCwriter
Thu Oct 09, 2014 1:36 pm
Forum: NetBurner Software
Topic: Debug Build failure
Replies: 31
Views: 17848

Re: Debug Build failure

I'm not seeing my response post, so I'll try again. Hopefully this is not a repeat. I was missing the HTML sub-directory. I forgot to import it. That now works. After doing a Rebuild All System Files after selected an NANO project I can now build a debug version of the example program. What I don't ...
by SeeCwriter
Thu Oct 09, 2014 7:57 am
Forum: NetBurner Software
Topic: Debug Build failure
Replies: 31
Views: 17848

Re: Debug Build failure

In addition to my previous post, when I compiled a different project for the NANO I get large number of errors regarding file httpinternal.cpp: undefined reference to 'default_page'. To my knowledge I don't use that file. And this project compiles without errors in v2.6.7.

Steve
by SeeCwriter
Thu Oct 09, 2014 7:45 am
Forum: NetBurner Software
Topic: Debug Build failure
Replies: 31
Views: 17848

Re: Debug Build failure

Ok, I did the Rebuild All System Files. First sign that this wouldn't work is that it only built the system files for the MOD5234. And sure enough, even though I now have a DBNetBurner.a file, the linker now fails because there is no DBNANO54415.a file. I have 3-modules installed, MOD5234, MOD5441X,...
by SeeCwriter
Wed Oct 08, 2014 3:54 pm
Forum: NetBurner Software
Topic: Debug Build failure
Replies: 31
Views: 17848

Re: Debug Build failure

There is no file DBNetBurner.a in directory nburn/lib. The files in the linker settings are the same name between Release and Debug with the Debug files being prefixed "DB". Otherwise, same number and same base name. I should have said that I'm using v2.6.8. That may or may make a differen...
by SeeCwriter
Wed Oct 08, 2014 2:53 pm
Forum: NetBurner Software
Topic: Debug Build failure
Replies: 31
Views: 17848

Debug Build failure

I have a NANO dev kit. I'm able to compile and run a release build of the SPI Example program. But I get a linker error when building a debug version about file DBNetBurner.a missing. According to the Getting Started Guide I'm supposed to just click on the green bug and a debug version is built. Is ...
by SeeCwriter
Mon Sep 22, 2014 2:06 pm
Forum: NetBurner's Eclipse IDE
Topic: Javascript and Eclipse
Replies: 3
Views: 4647

Javascript and Eclipse

The new IDE (v2.6.7) does NOT recognize changes to *.js files when doing a "F5 - Refresh" in Eclipse… despite all the elaborate new file definitions in "C:\nburn\pcbin\MIME_magic.txt". JS (javascript) files work just fine in the web page, but Eclipse won't capture any changes to ...
by SeeCwriter
Thu Sep 18, 2014 2:46 pm
Forum: NetBurner Software
Topic: Where is stdlib.h?
Replies: 3
Views: 2818

Where is stdlib.h?

I would like to use qsort(), which is normally in stdlib.h. I can't find either. No such file in any include directory. And no source code in any system directory. What am I missing?

Steve
by SeeCwriter
Tue Sep 16, 2014 4:29 pm
Forum: NetBurner Software
Topic: EEPROM on I2C Bus
Replies: 7
Views: 4127

Re: EEPROM on I2C Bus

I posted my previous response too soon. I had thought your problem fell into the timeout problem, but it seems more likely this will be a clock timing one. You may have to reconsider how fast your bus transfers at, though 1/(5ms) is 200Hz, not a very usable speed. Do you have a datasheet for this pa...