Search found 2 matches

by stephenG
Wed Feb 05, 2020 7:52 am
Forum: NetBurner Software
Topic: Static library can't allocate memory
Replies: 4
Views: 2814

Re: Static library can't allocate memory

jandarm,

Thank you! You're a life saver.

My coworkers weren't having this problem because their library projects were created in version 2.6.7 and exported into 2.9.1 so the flags were set correctly. I made the change and it's working correctly.

StephenG
by stephenG
Mon Jan 27, 2020 9:17 am
Forum: NetBurner Software
Topic: Static library can't allocate memory
Replies: 4
Views: 2814

Static library can't allocate memory

I exported a block of Matlab code into C to run on my NANO54415. I tested the code as a stand alone application and it functioned correctly without errors. The exported code was bigger than my application so I decided to make a static library out of it. When my larger application called the new libr...