Questions tagged [netburner]

NetBurner - Ethernet Enabled Embedded Systems

NetBurner makes a series of boards with Embedded Ethernet. Most are based on the ColdFire family of processors from Freescale (nee Motorola). The NetBurner toolchain supports standard C++ development including exception handling, templates, and the STL.

5 questions
14
votes
2 answers

SQLite VFS implementation guide lines with FOpen*

I am about to implement a custom VFS (virtual file system) for a Netburner embedded device (non windows) using FOpen, FRead, FWrite, FSeek, and FClose. I was surprised that i could not find a FOpen* version of the VFS available. It would make it a…
Steven Smethurst
  • 4,495
  • 15
  • 55
  • 92
2
votes
1 answer

Why can't GCC find openssl headers when cross-compiling for NetBurner?

I'm trying to build openssl 1.0.1g with NetBurner NNDK 2.6.2 under Cygwin. I know this isn't supported out of the box, so I added this line to Configure (options are a mix of the openssl basic "gcc" config options and the NNDK options - not sure if…
Nobody Special
  • 1,255
  • 1
  • 10
  • 14
1
vote
1 answer

Error with f_close (writing to SD card my final project)

I am a college student in an "introductory" to robotics course. At the beginning of the year we were told to buy a Netburner 5270 board. Throughout the year we learned some basic codes but now our final project is almost due and I am having an…
Ben Norris
  • 11
  • 1
1
vote
1 answer

Eclipse entries under launch group are missing

I do C++ embedded development for the NetBurner platform. They have plug-ins that customize Eclipse and in addition to a build tool-chain they add a Launch Group under the Run Configuration area. Everything was working fine under Indigo (32 bit)…
Tod
  • 8,192
  • 5
  • 52
  • 93
-1
votes
1 answer

Invalid types WORD[int] for array subscript

Go easy on me, I'm still a newb with C/C++.. I know this has been asked a few times, and I've tried following the solutions given to no avail. This code is for a NetBurner processor, DWORD is 32 bit unsigned, WORD is 16 bit unsigned. header…
Jedi Engineer
  • 493
  • 3
  • 11
  • 29