[ https://issues.apache.org/jira/browse/HARMONY-3555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gregory Shimansky reassigned HARMONY-3555:
------------------------------------------
Assignee: Gregory Shimansky
> [drlvm][ipf] IPF build failed on gcc 3.4.5
> ------------------------------------------
>
> Key: HARMONY-3555
> URL: https://issues.apache.org/jira/browse/HARMONY-3555
> Project: Harmony
> Issue Type: Bug
> Components: DRLVM
> Environment: Linux/IPF
> Reporter: Pavel Rebriy
> Assigned To: Gregory Shimansky
> Attachments: build_ipf_fix.patch
>
>
> DRLVM build fails on Linux/IPF platform with gcc version 3.4.5:
> $ gcc --version
> gcc (GCC) 3.4.5 20051201 (Red Hat 3.4.5-2)
> Copyright (C) 2004 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> $ build.sh
> ...
> build.native.init:
> [echo] ## Building native of 'vm.jitrino'
> [mkdir] Created dir: /nfs/ims/proj/drl/mrt1/users/psrebriy/git-master/build/lnx_ipf_gcc_debug/semis/vm/jitrino/_bin
> [mkdir] Created dir: /nfs/ims/proj/drl/mrt1/users/psrebriy/git-master/build/lnx_ipf_gcc_debug/semis/vm/jitrino/_obj
> build.native.c:
> [cc] 0 total files to be compiled.
> build.native.cpp:
> [cc] 96 total files to be compiled.
> [cc] /nfs/ims/proj/drl/mrt1/users/psrebriy/git-master/vm/jitrino/src/codegenerator/ipf/IpfEmitter.cpp:95:
warning: missing braces around initializer
> [cc] /nfs/ims/proj/drl/mrt1/users/psrebriy/git-master/vm/jitrino/src/codegenerator/ipf/IpfEmitter.cpp:95:
warning: missing braces around initializer
> [cc] /nfs/ims/proj/drl/mrt1/users/psrebriy/git-master/vm/jitrino/src/codegenerator/ipf/IpfEmitter.cpp:95:
warning: missing braces around initializer
> [cc] /nfs/ims/proj/drl/mrt1/users/psrebriy/git-master/vm/jitrino/src/codegenerator/ipf/IpfEmitter.cpp:95:
warning: missing braces around initializer
> ,,,
> [cc] /nfs/ims/proj/drl/mrt1/users/psrebriy/git-master/vm/jitrino/src/codegenerator/ipf/IpfEmitter.cpp:95:
warning: missing braces around initializer
> [cc] /nfs/ims/proj/drl/mrt1/users/psrebriy/git-master/vm/jitrino/src/codegenerator/ipf/IpfEmitter.cpp:
In member function `bool Jitrino::IPF::Emitter::emitData()':
> [cc] /nfs/ims/proj/drl/mrt1/users/psrebriy/git-master/vm/jitrino/src/codegenerator/ipf/IpfEmitter.cpp:1084:
error: ISO C++ forbids cast to non-reference type used as lvalue
> [cc] /nfs/ims/proj/drl/mrt1/users/psrebriy/git-master/vm/jitrino/src/codegenerator/ipf/IpfEmitter.cpp:1089:
error: ISO C++ forbids cast to non-reference type used as lvalue
> [cc] /nfs/ims/proj/drl/mrt1/users/psrebriy/git-master/vm/jitrino/src/codegenerator/ipf/IpfEmitter.cpp:1094:
error: ISO C++ forbids cast to non-reference type used as lvalue
> BUILD FAILED
> /nfs/ims/proj/drl/mrt1/users/psrebriy/git-master/build/make/build.xml:451: The following
error occurred while executing this line:
> /nfs/ims/proj/drl/mrt1/users/psrebriy/git-master/build/make/build.xml:458: The following
error occurred while executing this line:
> /nfs/ims/proj/drl/mrt1/users/psrebriy/git-master/build/make/build_component.xml:72: The
following error occurred while executing this line:
> /nfs/ims/proj/drl/mrt1/users/psrebriy/git-master/build/lnx_ipf_gcc_debug/semis/build/targets/build.native.xml:81:
gcc failed with return code 1
> Total time: 13 minutes 36 seconds
> *
> * Please, refer to README.txt for details.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|