I took a svn update and tried to build. The following error occurred:
build:
[echo] ## Building 'vmcore'
[compile-asm] Skipping fileset for directory
/home/mackie/harmony/working_vm/vm/vmcore. It is empty.
[compile-cc] Starting dependency analysis for 174 files.
[compile-cc] 174 files are up to date.
[compile-cc] 0 files to be recompiled from dependency analysis.
[compile-cc] 0 total files to be compiled.
[cc] 0 total files to be compiled.
[cc] Starting link
[cc] ../obj/signals_common.o: In function
`check_stack_size_enough_for_exception_catch(void*)':
[cc]
/home/mackie/harmony/working_vm/vm/vmcore/src/util/linux/ia32_em64t/signals_common.cpp:240:
multiple definition of `check_stack_size_enough_for_exception_catch(void*)'
[cc]
../obj/signals.o:/home/mackie/harmony/working_vm/vm/vmcore/src/util/signals.cpp:80:
first defined here
[cc] ../obj/signals_common.o: In function
`get_available_stack_size()':
[cc]
/home/mackie/harmony/working_vm/vm/vmcore/src/util/linux/ia32_em64t/signals_common.cpp:206:
multiple definition of `get_available_stack_size()'
[cc]
../obj/signals.o:/home/mackie/harmony/working_vm/vm/vmcore/src/util/signals.cpp:45:
first defined here
[cc] ../obj/signals_common.o: In function
`check_available_stack_size(unsigned int)':
[cc]
/home/mackie/harmony/working_vm/vm/vmcore/src/util/linux/ia32_em64t/signals_common.cpp:225:
multiple definition of `check_available_stack_size(unsigned int)'
[cc]
../obj/signals.o:/home/mackie/harmony/working_vm/vm/vmcore/src/util/signals.cpp:55:
first defined here
[cc] ../obj/signals_common.o: In function
`stack_overflow_handler(port_sigtype, Registers*, void*)':
[cc]
/home/mackie/harmony/working_vm/vm/vmcore/src/util/linux/ia32_em64t/signals_common.cpp:287:
multiple definition of `stack_overflow_handler(port_sigtype, Registers*,
void*)'
[cc]
../obj/signals.o:/home/mackie/harmony/working_vm/vm/vmcore/src/util/signals.cpp:90:
first defined here
[cc] ../obj/signals_common.o: In function
`null_reference_handler(port_sigtype, Registers*, void*)':
[cc]
/home/mackie/harmony/working_vm/vm/vmcore/src/util/linux/ia32_em64t/signals_common.cpp:341:
multiple definition of `null_reference_handler(port_sigtype, Registers*,
void*)'
[cc]
../obj/signals.o:/home/mackie/harmony/working_vm/vm/vmcore/src/util/signals.cpp:144:
first defined here
[cc] collect2: ld returned 1 exit status
BUILD FAILED
/home/mackie/harmony/build.xml:446: The following error occurred while
executing this line:
/home/mackie/harmony/working_vm/build.xml:146: The following error occurred
while executing this line:
/home/mackie/harmony/working_vm/make/vm/vmcore.xml:218: The following error
occurred while executing this line:
/home/mackie/harmony/working_vm/make/build-native.xml:175: The following
error occurred while executing this line:
/home/mackie/harmony/working_vm/make/build-native.xml:159: gcc failed with
return code 1
Regards,
Tharindu