This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

HP debugger/emulator and objcopy


Dear mailing list users,

I'm trying to port gradually a design:
- from an HP cross compiler/linker/debugger/emulator environment,
- to an egcs cross compiler/linker - HP debugger/emulator environment.

I generate an IEEE file linking together some object files.

  - some of them are is produced with an HP m68k compiler
    (one of them is 'foo');

  - only one is produced with egcs-1.1.2 ( m68k-coff-gcc )
    and converted with m68k-coff-objcopy
    (let's call it 'goofy');

The used linker is an HP cross linker and gave no errors.

When I tried to download the code with an HP B1473B Debugger/Emulator I
received the following error message:

  "ERROR (28D28) in module 'foo' code mismatch section definition: -9"

The object 'foo' is produced with the HP m68k compiler.

The Debugger/Emulator gives no error message, if I use the HP cross
compiler to compile 'goofy'.

The error message is not documented and I'm getting confused.

Does anyone have suggestions?

Thanks.
Bye.

Luca.
--
  Luca Manai       mailto:Luca.Manai@netit.alcatel.it

  ALCATEL Italia    -    Transmission System Division
  Via Trento, 30    -    20059 Vimercate (MI) - Italy
  Tel: (+39) 039 686.9181  -  Fax: (+39) 039 686.3590

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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