PCFR,
try to go to C:\nburn\workspace\.metadata\.log and see all NBEclipse logs.
Search found 7 matches
- Fri Jun 26, 2020 2:25 pm
- Forum: NetBurner's Eclipse IDE
- Topic: internal error during launching in debug
- Replies: 1
- Views: 6826
- Sat Mar 07, 2020 1:50 am
- Forum: Application Notes and Design Ideas
- Topic: Build MOD5441X demo project by CMake
- Replies: 2
- Views: 8178
Re: Build MOD5441X demo project by CMake
Thank you, Jon.
I took into account your recommendation.
I took into account your recommendation.
- Wed Mar 04, 2020 11:56 am
- Forum: NetBurner's Eclipse IDE
- Topic: What is Eclipse/GNU doing?
- Replies: 1
- Views: 6943
Re: What is Eclipse/GNU doing?
SeeCwriter,
where amp and amp_info are defined/declared? We aren't telepaths.
In the line
I guess default assignment operator is called. It's hard to say what is going on without full listings.
where amp and amp_info are defined/declared? We aren't telepaths.
In the line
Code: Select all
pamp->cooldown = 0; // What does this do?!
- Tue Mar 03, 2020 1:01 pm
- Forum: Application Notes and Design Ideas
- Topic: Build MOD5441X demo project by CMake
- Replies: 2
- Views: 8178
- Sat Feb 01, 2020 10:17 am
- Forum: NetBurner Software
- Topic: Static library can't allocate memory
- Replies: 4
- Views: 4302
Re: Static library can't allocate memory
TomNB,
In NBEclipse go to Project Explorer window -> right click -> Properties -> C/C++ Build -> Settings -> Tool Settings tab -> GNU C++ Compiler -> Miscellaneous -> field Other flags
In NBEclipse go to Project Explorer window -> right click -> Properties -> C/C++ Build -> Settings -> Tool Settings tab -> GNU C++ Compiler -> Miscellaneous -> field Other flags
- Sat Feb 01, 2020 6:01 am
- Forum: NetBurner Software
- Topic: Static library can't allocate memory
- Replies: 4
- Views: 4302
Re: Static library can't allocate memory
Hi, stephenG. I've run your code just out of curiosity and got "Illegal instruction" signal. NNDK 2.8.8, MOD5441X. This is a mistake in library system makefiles: for NetBurner Library project template they are forgot to add C/C++ compiler platform-specific flags. Thank you, NetBurner guys!...
- Sat Dec 07, 2019 3:47 pm
- Forum: NetBurner Software
- Topic: std::to_string()
- Replies: 0
- Views: 8181
std::to_string()
In gcc 5.2.0 compiler, by default, when trying to use std::to_string(), you get an error error: 'to_string' is not a member of 'std' I found that if the following defines are enabled (added to Preprocessor) in gcc-5.2.0 (nndk 2.8.x) _GLIBCXX_USE_C99 _GLIBCXX_USE_C99_DYNAMIC For gcc 8.1.0 (nndk 3.0.0...