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
Search found 2 matches
- Wed Feb 05, 2020 7:52 am
- Forum: NetBurner Software
- Topic: Static library can't allocate memory
- Replies: 4
- Views: 4307
- Mon Jan 27, 2020 9:17 am
- Forum: NetBurner Software
- Topic: Static library can't allocate memory
- Replies: 4
- Views: 4307
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...