All of lore.kernel.org
 help / color / mirror / Atom feed
* /opt/cross/gcc-10.3.0-nolibc/sparc64-linux/bin/../lib/gcc/sparc64-linux/10.3.0/../../../../sparc64-linux/bin/ld: cannot find crt1.o: No such file or directory
@ 2021-07-27  0:40 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-07-27  0:40 UTC (permalink / raw)
  To: Mickaël Salaün
  Cc: kbuild-all, linux-kernel, James Morris, Vincent Dagonneau, Kees Cook

[-- Attachment #1: Type: text/plain, Size: 2173 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   ff1176468d368232b684f75e82563369208bc371
commit: e1199815b47be83346c03e20a3de76f934e4bb34 selftests/landlock: Add user space tests
date:   3 months ago
config: sparc64-randconfig-r023-20210726 (attached as .config)
compiler: sparc64-linux-gcc (GCC) 10.3.0
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
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e1199815b47be83346c03e20a3de76f934e4bb34
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout e1199815b47be83346c03e20a3de76f934e4bb34
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross O=build_dir ARCH=sparc64 SHELL=/bin/bash -C tools/testing/selftests install

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 >>):

>> /opt/cross/gcc-10.3.0-nolibc/sparc64-linux/bin/../lib/gcc/sparc64-linux/10.3.0/../../../../sparc64-linux/bin/ld: cannot find crt1.o: No such file or directory
>> /opt/cross/gcc-10.3.0-nolibc/sparc64-linux/bin/../lib/gcc/sparc64-linux/10.3.0/../../../../sparc64-linux/bin/ld: cannot find crti.o: No such file or directory
   /opt/cross/gcc-10.3.0-nolibc/sparc64-linux/bin/../lib/gcc/sparc64-linux/10.3.0/../../../../sparc64-linux/bin/ld: cannot find -lc
   collect2: error: ld returned 1 exit status

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for FRAME_POINTER
   Depends on DEBUG_KERNEL && (M68K || UML || SUPERH) || ARCH_WANT_FRAME_POINTERS || MCOUNT
   Selected by
   - LOCKDEP && DEBUG_KERNEL && LOCK_DEBUGGING_SUPPORT && !MIPS && !PPC && !ARM && !S390 && !MICROBLAZE && !ARC && !X86

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 29886 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* /opt/cross/gcc-10.3.0-nolibc/sparc64-linux/bin/../lib/gcc/sparc64-linux/10.3.0/../../../../sparc64-linux/bin/ld: cannot find crt1.o: No such file or directory
@ 2021-07-27  0:40 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-07-27  0:40 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 2211 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   ff1176468d368232b684f75e82563369208bc371
commit: e1199815b47be83346c03e20a3de76f934e4bb34 selftests/landlock: Add user space tests
date:   3 months ago
config: sparc64-randconfig-r023-20210726 (attached as .config)
compiler: sparc64-linux-gcc (GCC) 10.3.0
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
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e1199815b47be83346c03e20a3de76f934e4bb34
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout e1199815b47be83346c03e20a3de76f934e4bb34
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross O=build_dir ARCH=sparc64 SHELL=/bin/bash -C tools/testing/selftests install

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 >>):

>> /opt/cross/gcc-10.3.0-nolibc/sparc64-linux/bin/../lib/gcc/sparc64-linux/10.3.0/../../../../sparc64-linux/bin/ld: cannot find crt1.o: No such file or directory
>> /opt/cross/gcc-10.3.0-nolibc/sparc64-linux/bin/../lib/gcc/sparc64-linux/10.3.0/../../../../sparc64-linux/bin/ld: cannot find crti.o: No such file or directory
   /opt/cross/gcc-10.3.0-nolibc/sparc64-linux/bin/../lib/gcc/sparc64-linux/10.3.0/../../../../sparc64-linux/bin/ld: cannot find -lc
   collect2: error: ld returned 1 exit status

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for FRAME_POINTER
   Depends on DEBUG_KERNEL && (M68K || UML || SUPERH) || ARCH_WANT_FRAME_POINTERS || MCOUNT
   Selected by
   - LOCKDEP && DEBUG_KERNEL && LOCK_DEBUGGING_SUPPORT && !MIPS && !PPC && !ARM && !S390 && !MICROBLAZE && !ARC && !X86

---
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: 29886 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-27  0:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-27  0:40 /opt/cross/gcc-10.3.0-nolibc/sparc64-linux/bin/../lib/gcc/sparc64-linux/10.3.0/../../../../sparc64-linux/bin/ld: cannot find crt1.o: No such file or directory kernel test robot
2021-07-27  0:40 ` kernel test robot

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.