Daniel-Constantin Mierla writes:
The qm_report() is in the core.
Yes, it is defined in the same file q_malloc.c where it is referenced. Weird that ld does not find it.
I noticed the lack of -DDBG_SR_MEMORY, which is on by default, but not in your compile log -- this could be the reason.
Yes, I have turned memory debugger off:
# Turn off memory debuging sed -i -e 's/MEMDBG ?= 1/MEMDBG ?= 0/' $SRC_DIR/src/Makefile.defs
but why would it matter?
-- Juha