Dan

Results 2 comments of Dan

Have the same issue. Compiled successfully after omitting `system/src/newlib/_sbrk.c` from build. The `newlib` implementation is different than the one in `src/syscalls.c`: ```caddr_t _sbrk(int incr) { extern char _Heap_Begin; // Defined...

For an already existing project, if the option to change application structure is greyed out simply "Save As..." under the same project name/directory (effectively overwriting the project with itself). The...