This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to display assertions by diag_printf ?


Andrew Lunn wrote:

Enable:

CYGDBG_INFRA_DEBUG_TRACE_ASSERT_SIMPLE

and disable

CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER

Andrew


Still unchanged. Both CYGINT_ISO_STDIO_FORMATTED_IO and CYGINT_ISO_EXIT are still defined. Here is a part of my ecm file where I configured your suggested options:


cdl_component CYGPKG_INFRA_DEBUG {
    user_value 1
};

cdl_option CYGDBG_INFRA_DEBUG_TRACE_ASSERT_SIMPLE {
    user_value 1
};

cdl_component CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER {
    user_value 0
};


-- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]