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]

RE: Problem with debug test program


Hi,

Thanks for the response.
Actually, I tried to port Xscale iq80310 to Xscale 80200 Evaluation board.
I followed the porting guide in eCos Reference.
After create mytarget platform and change the memory layout.
I started from ecosconfig tool, my new template named my_target showed up. 
But when I choose my_target, it showed errors:
the eCos memory layout macro CYGHWR_MEMORY_LAYOUT_H is not defined.

from command line:
ecosconfig new target
[error messages]
C:\cygwin\ecos_cvs\packages>ecosconfig new mytarget
Hardware selection: warning
    The target specification lists a package `CYGPKG_HAL_ARM_MYTARGET' which
is not presen
t in the component repository.
C CYGHWR_HAL_ARM_CPU_FAMILY, Illegal current value unknown
  Legal values are:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : ""
                          (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : ""
                          (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM"
: ""
                          (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" : ""
                          ""

Anyone knows how to solve the problem?

The attachment is my change to mytarget for Xscale 80200 eval board.

PS: DO I need to verify mlt_arm_mytarget_ram.mlt? How can I find the
document about how to edit .mlt file?

Best Regards,



Attachment: mlt_arm_mytarget_ram.h
Description: Binary data

Attachment: mlt_arm_mytarget_ram.ldi
Description: Binary data

Attachment: mlt_arm_mytarget_ram.mlt
Description: Binary data

Attachment: hal_arm_mytarget.cdl
Description: Binary data

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