This is the mail archive of the ecos-discuss@sources.redhat.com 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]

Building RedBoot without GDB stubs


Is it possible to build RedBoot without the GDB stubs included?

If I disable the stubs in the configtool
(CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS) I am not able to build
a RedBoot image because the CYGBLD_BUILD_REDBOOT option has 2
requires not met:

requires { !CYGINT_HAL_DEBUG_GDB_STUBS || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS }
requires { !CYGINT_HAL_DEBUG_GDB_STUBS || CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT }

But when I use the configtool to search the configuration for the macro name
CYGINT_HAL_DEBUG_GDB_STUBS, it is not found.

Am I missing something?

Regards,
Chris

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


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