Search found 30 matches
- Thu Nov 18, 2021 2:02 am
- Forum: NetBurner Software
- Topic: Any way to use GNU Compiler 9.x ?
- Replies: 2
- Views: 3203
Re: Any way to use GNU Compiler 9.x ?
This is NNDK 3.3.4 on Windows 10 and module is MODM7AE70.
- Wed Nov 17, 2021 2:08 am
- Forum: NetBurner Software
- Topic: Any way to use GNU Compiler 9.x ?
- Replies: 2
- Views: 3203
Any way to use GNU Compiler 9.x ?
Hi, I am working on hybrid projects using Netburner and STM32. Now it looks like STM32 is already using GNU compiler 9.x which adds tons of useful features, e.g. for using designated initializers. Unfortunately, NNDK is not able to compile this code, probably due to the older GCC v8.x. So are there ...
- Tue Jul 13, 2021 6:16 am
- Forum: NetBurner's Eclipse IDE
- Topic: Overload .html and .gif files in /nbrtos/source ?
- Replies: 3
- Views: 12622
Re: Overload .html and .gif files in /nbrtos/source ?
Thanks Tom, now I understood how this is supposed to work, i.e. NOT through the overload folder.
- Mon Jul 12, 2021 8:06 am
- Forum: NetBurner's Eclipse IDE
- Topic: Overload .html and .gif files in /nbrtos/source ?
- Replies: 3
- Views: 12622
Overload .html and .gif files in /nbrtos/source ?
Hi,
I wonder if the overload folder in NBEclipse can be used to overload the changed .html and the .gif files found in /nbrtos/source so that I won't need to copy them each time to C:\nburn when I install a new NBEclipse version.
I tried but it does not seem to use the modified files.
Thanks,
Anguel
I wonder if the overload folder in NBEclipse can be used to overload the changed .html and the .gif files found in /nbrtos/source so that I won't need to copy them each time to C:\nburn when I install a new NBEclipse version.
I tried but it does not seem to use the modified files.
Thanks,
Anguel
- Mon Jul 05, 2021 4:10 am
- Forum: NetBurner's Eclipse IDE
- Topic: Build problem... 'couldn't reserve space for cygwin's heap'
- Replies: 11
- Views: 34340
Re: Build problem... 'couldn't reserve space for cygwin's heap'
Thanks Tom,
This works!
Best regards,
Anguel
This works!
Best regards,
Anguel
- Thu Jul 01, 2021 4:13 am
- Forum: NetBurner's Eclipse IDE
- Topic: Build problem... 'couldn't reserve space for cygwin's heap'
- Replies: 11
- Views: 34340
Re: Build problem... 'couldn't reserve space for cygwin's heap'
Thanks Tom, I opened a ticket with Id 37327 and uploaded a small project that fails so you can take a look if you can reproduce the problem.
Best regards,
Anguel
Best regards,
Anguel
- Fri Jun 25, 2021 7:22 am
- Forum: NetBurner's Eclipse IDE
- Topic: Build problem... 'couldn't reserve space for cygwin's heap'
- Replies: 11
- Views: 34340
Re: Build problem... 'couldn't reserve space for cygwin's heap'
Hi Tom,
As I wrote above,this last problem I reported:
seems to apply only to projects created with previous versions of NNDK, e.g. 3.1.
But it is repeatable on different PCs.
As I wrote above,this last problem I reported:
Code: Select all
MSYS-1.0.11 Build:2007-01-12 12:05
Exception: STATUS_ACCESS_VIOLATION
But it is repeatable on different PCs.
- Thu Jun 24, 2021 7:04 am
- Forum: NetBurner's Eclipse IDE
- Topic: Build problem... 'couldn't reserve space for cygwin's heap'
- Replies: 11
- Views: 34340
Re: Build problem... 'couldn't reserve space for cygwin's heap'
UPDATE: The problem described above appears only when I open older projects, e.g. from NNDK 3.1 in NNDK 3.3.2. If a new project is created from scratch in NNDK 3.3.2 the error does not appear. I also tested importing an older project on another computer and this error also appears there. Doing a &q...
- Thu Jun 24, 2021 2:27 am
- Forum: NetBurner's Eclipse IDE
- Topic: Build problem... 'couldn't reserve space for cygwin's heap'
- Replies: 11
- Views: 34340
Re: Build problem... 'couldn't reserve space for cygwin's heap'
This problem is still driving me crazy. Now I installed NNDK 3.3.2 and tried to compile an existing project: 11:19:52 **** Incremental Build of configuration Release for project MYPROJECT **** make -j8 all rm -rf nblibs/libnetburner.a "C:/nburn/gcc/bin/arm-unknown-eabi-ar" cr nblibs/libnet...
- Mon May 31, 2021 5:02 am
- Forum: NetBurner Software
- Topic: MCAN message buffering
- Replies: 1
- Views: 2201
MCAN message buffering
Hi, I am using the MODM7AE70 and try to understand how MCAN message buffering actually works with the Netburner API. Regarding message reception, this part of the Simple CAN example code makes the RTOS block and wait for a new CAN message: CanRxMessage can_msg(&CanFifo); It passes a reference to...