I'm aware of the two different compilers. My question is about the EWL library and its (lack of) documentation.
1. What version of the EWL library does CWEWLCREF refer to?
2. Where can I find a change log or release notes for EWL?
The EABI version does have a brief release note file that identifies it as version 15.1. The GCC version has no such release note.
The specific problem I'm working on is that the EMBEDDED_WARRIOR_MALLOC behaves differently between the two versions. In the GCC version, it does *not* reference HEAP_START as described in the reference manual. Instead, it uses the linker symbol _end to place the heap. I can find no references at all to this behavior in the documentation.
Where is that change documented, and where can I find the current documentation for the GCC version of the EWL?
Thanks,
Scott