Dear Anselm, Thank you for your reply. I understand the situation.
Could you give me the source code of toolchain? I try to fix by myself. ------ Kuniyasu Suzaki, National Institute of Advanced Industrial Science and Technology, http://staff.aist.go.jp/k.suzaki From: Anselm R Garbe <garb...@gmail.com> Subject: Re: [dev] Bug in toolchain (based on gcc4.9.2) Date: Fri, 26 Aug 2016 07:00:30 +0200 > On 25 August 2016 at 16:39, Kuniyasu Suzaki <k.suz...@aist.go.jp> wrote: > > I confirmed that the current toolchain "x86_64-linux-musl-gcc (gcc4.9.2)" > > cannot treat "--coverage" option. > > Not sure what you mean by "current toolchain". The current toolchain > has been updated some days ago to 5.3.0 and is based on Rich Felkers > musl-cross-make project. I see. The current toolchain is based on GCC 5.3.0. > > They are caused by "libgcov.a" with single "_" symbols. I checked the > > symbol table with "nm" command and found the followings. > > > > _gcov_indirect_call_profiler_v2 > > _gcov_indirect_call_callee > > _gcov_time_profiler > > > > They must be double underscores "__". Can you fix the problem? > > Why should I fix it, if it is outdated already. I see. Could you give us the source code of toolchain? I try to fix by myself. Regards, ------ suzaki