* [linux-next:master 2248/3958] ld.lld: error: undefined symbol: i2c_get_adapter
@ 2020-08-30 0:45 kernel test robot
2020-08-31 17:16 ` Nick Desaulniers
0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2020-08-30 0:45 UTC (permalink / raw)
To: kbuild-all
[-- Attachment #1: Type: text/plain, Size: 2007 bytes --]
TO: "Jorge Ramirez-Ortiz" <jorge@foundries.io>
CC: Jens Wiklander <jens.wiklander@linaro.org>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: b36c969764ab12faebb74711c942fa3e6eaf1e96
commit: c05210ab975771e161427eb47696b869d820bdaf [2248/3958] drivers: optee: allow op-tee to access devices on the i2c bus
config: arm-randconfig-r002-20200830 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project c10e63677f5d20f18010f8f68c631ddc97546f7d)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# install arm cross compiling tool for clang build
# apt-get install binutils-arm-linux-gnueabi
git checkout c05210ab975771e161427eb47696b869d820bdaf
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> ld.lld: error: undefined symbol: i2c_get_adapter
>>> referenced by rpc.c:88 (drivers/tee/optee/rpc.c:88)
>>> tee/optee/rpc.o:(optee_handle_rpc) in archive drivers/built-in.a
--
>> ld.lld: error: undefined symbol: i2c_transfer_buffer_flags
>>> referenced by rpc.c:105 (drivers/tee/optee/rpc.c:105)
>>> tee/optee/rpc.o:(optee_handle_rpc) in archive drivers/built-in.a
--
>> ld.lld: error: undefined symbol: i2c_put_adapter
>>> referenced by rpc.c:115 (drivers/tee/optee/rpc.c:115)
>>> tee/optee/rpc.o:(optee_handle_rpc) in archive drivers/built-in.a
>>> referenced by rpc.c:129 (drivers/tee/optee/rpc.c:129)
>>> tee/optee/rpc.o:(optee_handle_rpc) in archive drivers/built-in.a
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 27771 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [linux-next:master 2248/3958] ld.lld: error: undefined symbol: i2c_get_adapter
@ 2020-08-30 8:49 kernel test robot
0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2020-08-30 8:49 UTC (permalink / raw)
To: kbuild-all
[-- Attachment #1: Type: text/plain, Size: 2079 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: b36c969764ab12faebb74711c942fa3e6eaf1e96
commit: c05210ab975771e161427eb47696b869d820bdaf [2248/3958] drivers: optee: allow op-tee to access devices on the i2c bus
config: arm-randconfig-r002-20200830 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project c10e63677f5d20f18010f8f68c631ddc97546f7d)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# install arm cross compiling tool for clang build
# apt-get install binutils-arm-linux-gnueabi
git checkout c05210ab975771e161427eb47696b869d820bdaf
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> ld.lld: error: undefined symbol: i2c_get_adapter
>>> referenced by rpc.c:88 (drivers/tee/optee/rpc.c:88)
>>> tee/optee/rpc.o:(optee_handle_rpc) in archive drivers/built-in.a
--
>> ld.lld: error: undefined symbol: i2c_transfer_buffer_flags
>>> referenced by rpc.c:105 (drivers/tee/optee/rpc.c:105)
>>> tee/optee/rpc.o:(optee_handle_rpc) in archive drivers/built-in.a
--
>> ld.lld: error: undefined symbol: i2c_put_adapter
>>> referenced by rpc.c:115 (drivers/tee/optee/rpc.c:115)
>>> tee/optee/rpc.o:(optee_handle_rpc) in archive drivers/built-in.a
>>> referenced by rpc.c:129 (drivers/tee/optee/rpc.c:129)
>>> tee/optee/rpc.o:(optee_handle_rpc) in archive drivers/built-in.a
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
_______________________________________________
kbuild-all mailing list -- kbuild-all(a)lists.01.org
To unsubscribe send an email to kbuild-all-leave(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 27771 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-next:master 2248/3958] ld.lld: error: undefined symbol: i2c_get_adapter
2020-08-30 0:45 kernel test robot
@ 2020-08-31 17:16 ` Nick Desaulniers
0 siblings, 0 replies; 3+ messages in thread
From: Nick Desaulniers @ 2020-08-31 17:16 UTC (permalink / raw)
To: kbuild-all
[-- Attachment #1: Type: text/plain, Size: 2596 bytes --]
+ Jorge, Jens
On Sat, Aug 29, 2020 at 5:46 PM kernel test robot <lkp@intel.com> wrote:
>
> TO: "Jorge Ramirez-Ortiz" <jorge@foundries.io>
> CC: Jens Wiklander <jens.wiklander@linaro.org>
>
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head: b36c969764ab12faebb74711c942fa3e6eaf1e96
> commit: c05210ab975771e161427eb47696b869d820bdaf [2248/3958] drivers: optee: allow op-tee to access devices on the i2c bus
> config: arm-randconfig-r002-20200830 (attached as .config)
> compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project c10e63677f5d20f18010f8f68c631ddc97546f7d)
> reproduce (this is a W=1 build):
> wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> chmod +x ~/bin/make.cross
> # install arm cross compiling tool for clang build
> # apt-get install binutils-arm-linux-gnueabi
> git checkout c05210ab975771e161427eb47696b869d820bdaf
> # save the attached .config to linux build tree
> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
>
> All errors (new ones prefixed by >>):
>
> >> ld.lld: error: undefined symbol: i2c_get_adapter
> >>> referenced by rpc.c:88 (drivers/tee/optee/rpc.c:88)
> >>> tee/optee/rpc.o:(optee_handle_rpc) in archive drivers/built-in.a
> --
> >> ld.lld: error: undefined symbol: i2c_transfer_buffer_flags
> >>> referenced by rpc.c:105 (drivers/tee/optee/rpc.c:105)
> >>> tee/optee/rpc.o:(optee_handle_rpc) in archive drivers/built-in.a
> --
> >> ld.lld: error: undefined symbol: i2c_put_adapter
> >>> referenced by rpc.c:115 (drivers/tee/optee/rpc.c:115)
> >>> tee/optee/rpc.o:(optee_handle_rpc) in archive drivers/built-in.a
> >>> referenced by rpc.c:129 (drivers/tee/optee/rpc.c:129)
> >>> tee/optee/rpc.o:(optee_handle_rpc) in archive drivers/built-in.a
>
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
>
> --
> You received this message because you are subscribed to the Google Groups "Clang Built Linux" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to clang-built-linux+unsubscribe(a)googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/clang-built-linux/202008300852.g7xJG2Lq%25lkp%40intel.com.
--
Thanks,
~Nick Desaulniers
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-08-31 17:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-30 8:49 [linux-next:master 2248/3958] ld.lld: error: undefined symbol: i2c_get_adapter kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2020-08-30 0:45 kernel test robot
2020-08-31 17:16 ` Nick Desaulniers
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.