Search found 283 matches

by Forrest
Mon Oct 12, 2020 11:03 am
Forum: NetBurner Software
Topic: Web with SSL enabled
Replies: 8
Views: 3580

Re: Web with SSL enabled

You can modify the comphtml flags directly. See screenshot Add the flag "-dindex.htm" if you want the default file to be index.htm instead of index.html
Screenshot_20201012_103850.png
Screenshot_20201012_103850.png (70.78 KiB) Viewed 3506 times
by Forrest
Mon Sep 14, 2020 10:36 pm
Forum: NetBurner Software
Topic: Compile Error Building System for v2.9.3
Replies: 21
Views: 7712

Re: Compile Error Building System for v2.9.3

The path in the output is because you are using a prebuilt library. In fact, I can tell that you are using the library that ships, since that path is from our continuous integration build machine. Paths do not really matter within prebuilt static C++ libraries. If you rebuild your libraries, the pat...
by Forrest
Wed Mar 04, 2020 3:52 pm
Forum: NetBurner's Eclipse IDE
Topic: macOS Catalina will not run 2.9.2
Replies: 1
Views: 3145

Re: macOS Catalina will not run 2.9.2

Hello, Yes, this is due to Catalina not allowing 32-bit files, and Java6 provided by apple being only 32 bit. Apple has not released a 64-bit version of the Java6, and likely never will. We have been able to get around this locally by removing the 32-bit check from the apple java6 installation file....
by Forrest
Fri Feb 21, 2020 9:49 am
Forum: NetBurner Software
Topic: NNDK Release 2.8.1 (June 2016)
Replies: 9
Views: 21989

Re: NNDK Release 2.8.1 (June 2016)

Can confirm that sscanf() does not work with either floats (%f) or doubles ( %lf). It always writes 0.0 to the target variable, and subsequent fields in the format string also fail to parse. Tested on MODM7AE70 with conventional char * strings under the latest 3.2 NNDK. Any plans to fix this? The 2...
by Forrest
Thu Nov 07, 2019 2:45 pm
Forum: NetBurner Software
Topic: Lint error in v2.9.1
Replies: 7
Views: 3758

Re: Lint error in v2.9.1

Hello, This isn't actually an issue with the flags we use. During compilation, the include order will include the sys-include select.h first, as it is higher in the search priority list. And if you go look in the sys-include folder, you will see that the select is commented out. Are you sure you are...
by Forrest
Fri Jan 18, 2019 11:19 am
Forum: NetBurner Software
Topic: Linker error building V 3.0.0 for MODM7AE70
Replies: 2
Views: 2053

Re: Linker error building V 3.0.0 for MODM7AE70

and I get the error: "undefined reference to `__dso_handle'" and it fails. Looks like we missed the standard c++ library inclusion. While I fixed this on our side and it will be fixed in 3.0.1, you can fix it on your side by right clicking on your project and going to Properties. See incl...
by Forrest
Wed Jan 02, 2019 11:11 am
Forum: NetBurner's Eclipse IDE
Topic: Where to add compiler option flags?
Replies: 4
Views: 3807

Re: Where to add compiler option flags?

The -D will be added automatically. You just need to add name.
by Forrest
Fri Dec 21, 2018 2:51 pm
Forum: NetBurner's Eclipse IDE
Topic: Where to add compiler option flags?
Replies: 4
Views: 3807

Re: Where to add compiler option flags?

Yes, in the Preprocessor page of the GNU C++ Compiler settings, there is an option for setting defined symbols (-D)
by Forrest
Wed Dec 12, 2018 1:20 pm
Forum: NetBurner's Eclipse IDE
Topic: Can I save a workspace?
Replies: 2
Views: 2315

Re: Can I save a workspace?

Eclipse workspace can be moved renamed at will through file explorer. If you want a new workspace, just point eclipse at a new folder when using "Switch Workspace"
by Forrest
Thu Nov 29, 2018 1:28 pm
Forum: NetBurner Software
Topic: GNU Compiler Version
Replies: 4
Views: 2428

Re: GNU Compiler Version

Hello,

That was a typo in the newsletter. 3.0 includes GCC 8.1 for both m68k and arm boards.