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]

conflicts problem


sir,

We are using Atmel AT91 Evaluation Board(EB40), I am trying to map $BASE_DIR/loaders/arm-aeb/gdb_module.img to board
like
arm-elf-geb gdb_module.img

But it is showing like loading section .rom_vectors, size lma 0xc000
after that it is hanging, I think it may memory layout problem.How to solve
this problem? how to create our own gdb_module.img by selecting target and others,
I tried to create my own gdb_module.img, gdb_module.bin,.....like that by giving
option like

ecosconfig new aeb stubs
ecosconfig tree
make

in the making it showing error like
/opt/ecos/ecos-1.3.1/packages/install/lib/libtarget.a(kernel_intr.o):/opt/ecos/ecos-1.3.1/packages/kernel/v1_3_1/src/intr/intr.cxx:649
: undefined reference to `hal_interrupt_stack_call_pending_DSRs'
collect2: ld returned 1 exit status
make[1]: *** [/opt/ecos/ecos-1.3.1/packages/install/bin/gdb_module.bin] Error 1

can anyone help to make it succuess

2)

when I was trying to type like this

ecosconfig new aeb stubs
it is showing like this

5 conflict(s) resolved:
CYGBLD_BUILD_GDB_STUBS:
Requires constraint not satisfied: CYG_HAL_STARTUP == "ROM"
CYGBLD_BUILD_GDB_STUBS:
Requires constraint not satisfied: CYGSEM_HAL_ROM_MONITOR
CYGBLD_BUILD_GDB_STUBS:
Requires constraint not satisfied: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
CYGBLD_BUILD_GDB_STUBS:
Requires constraint not satisfied: ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT
CYGBLD_BUILD_GDB_STUBS:
Requires constraint not satisfied: ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM

how to avoid these conflicts ?

can anyone explain what is the exact procedure after creating .exe(arm executable), how
to run on board and how to cross check?

Thanks in advance,

with regards,

Narendra Babu.



Narendra Babu.A
Engineer-Design Development,
iPlayNetworks(Pvt)Ltd,
3-6-157/A, Himayat Nagar,
Hyderabad - 500029,A.P.India,
Phones-(040)-3225204,3226714

--
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]