Jump to content

TCL987

Members
  • Posts

    4
  • Joined

  • Last visited

  1. Thank you for the reply. For whatever reason it appears that Broadcom has not included a standard implementation of setjmp and longjmp with their toolchain. I've tried to compile it myself but have had no success.
  2. Thank you for your reply, I've tried building my firmware with the GOS memory manager enabled but now I've run into another issue. I'm now getting unresolved references to other stdlib functions setjmp and longjmp. Edit: ~I'm also running into some odd issues with memset on this microcontroller. Edit2: Fixed the memset issues, but setjmp and longjmp are still missing/broken.
  3. I was attempting to implement GDISP on a Broadcom BCM20737S to control a SSD1306 over I2C and I've discovered that the BCM20737 libraries don't implement all of stdlib including the dynamic memory allocation functions malloc, free, etc. Is there a way to use Raw32 without dynamic memory allocation? EDIT: Also is it possible to implement just the graphics drawing code and not GOS (no threading, etc.)
×
×
  • Create New...