Il 24/03/2013 18:27, Rabin Vincent ha scritto: > dump.c won't build without the functions from memory_mapping.c (and > memory_mapping-stub.c does not help there), so build memory_mapping.c > when CONFIG_HAVE_CORE_DUMP is set. > > dump.c:84: undefined reference to `memory_mapping_list_free' > dump.c:819: undefined reference to `memory_mapping_list_init' > dump.c:827: undefined reference to `memory_mapping_filter' > > Allow memory_mapping-stub.c to instead be used for targets which do not > set CONFIG_HAVE_GET_MEMORY_MAPPING.
The right fix is to add these to memory_mapping-stub.c. Paolo
