On 7/12/20 5:25 AM, Jiri Olsa wrote:
On Sat, Jul 11, 2020 at 10:27:44AM +0800, kernel test robot wrote:
> tree:
https://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git bpf/d_path
> head: add984c43d6b1d07670d397623a3ec9e678fd5e0
> commit: aca1bd2f5e535a22b13d18af3cac791145774c8c [4/9] bpf: Resolve BTF IDs in
vmlinux image
> config: arm-randconfig-c003-20200710 (attached as .config)
> compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp(a)intel.com>
>
> All errors (new ones prefixed by >>):
>
> /tmp/ccMS5uth.s: Assembler messages:
>>> /tmp/ccMS5uth.s:69: Error: unrecognized symbol type ""
> /tmp/ccMS5uth.s:82: Error: unrecognized symbol type ""
I tried this config on arm server, but got no failure,
is there more to reproduce this?
Hi Jirka,
We compiled the config on a x86_64 server with the following command:
make W=1 --keep-going CROSS_COMPILE=arm-linux-gnueabi- -j32 -C
${source_code} O=${output} ARCH=arm SHELL=/bin/bash
Best Regards,
Rong Chen