[tao-users] a error for compling ace

ryanlee ryanlee730 at 163.com
Tue Dec 13 19:07:22 CST 2016


ACE/TAO VERSION

        6.0a 2.0a (ACE+TAO-2.0a.tar.gz)

 

HOST MACHINE AND OPERATING SYSTEM

        Windows 7

        cross compile tools: ccarm (windriver workbench 3.3.2 shell)

 

TARGET MACHINE AND OPERATING SYSTEM

        Vxworks 6.9

 

THE $ACE_ROOT /ace/config.h FILE:

        #if defined(_MSC_VER)||(_BORLANDC_)

#include "ace/config-win32.h"

#undef ACE_HAS_EXCEPTIONS

#else

#include “ace/config-vxworks6.9.h”

#endif

 

THE $ACE_ROOT/include/makeinclude/platform.macros.GNU FILE:

    TAO_IDL:=$(ACE_ROOT)/bin/tao_idl.exe

    TAO_IDLFLGAS+=-g $(ACE_ROOT) /bin/ace_gperf.exe

    VXWORKS_VESION_FLAG=-DACE_VXWORKS=0x690

    rtp=0

    CPU=ARMARCH7

    TOOL=gnu

 

    inline=1

    probe=0

    profile=0

    fakesvcconf=0

    debug=0

    optimize=0

    shared_libs=1

 

    include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.9.GNU

 

CONTENTS OF $(ACE_ROOT)/bin/MakeProjectCreator/config/default.features

    N/A

 

AREA/CLASS/EXAMPLE AFFECTED

    error occurs when compiling ace

 

Does THE PROBLEM AFFECT 

    COMPILATION?  yes

    LINKING?    

    EXECUTION?    

    OTHER(please specify)

 

 

 

SYNOPSIS

    trying to compile ace after generating all makefiles in ACE_ROOT

    it throws error of when compling ace

 

DESCRIPTION

    ace_gperf.exe and TAO_IDL.exe are already compiled in $ ACE_ROOT /bin for host system,

    then generate all makefiles in ACE_ROOT, and cd $ ACE_ROOT/ace to compile, however, an error occurs as:

  (standard input): Assembler message:

(standard input):25: Error: bad instruction ‘lwz r0,[r0,#0]’

  (standard input):30: Error: bad instruction ‘addi r0,r0,1’

(standard input):34: Error: bad instruction ‘stw r0,[r3,#0]’

(standard input):56: Error: bad instruction ‘lwz r0,[r0,#0]’

(standard input):61: Error: bad instruction ‘addi r0,r0,-1’

(standard input):65: Error: bad instruction ‘stw r0,[r3,#0]’

(standard input):90: Error: bad instruction ‘lwz r0,[sp,#0]’

(standard input):95: Error: bad instruction ‘stw r0,[r3,#0]’

(standard input):125: Error: bad instruction ‘stw r0,[r3,#0]’

 

 

 

 

Can somebody explain the reason for the error and help me? Thank you!

Ryan

 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.isis.vanderbilt.edu/pipermail/tao-users/attachments/20161214/19c15eba/attachment-0001.html>


More information about the tao-users mailing list