Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 755398 - [crossdev] kernel compile is broken
Summary: [crossdev] kernel compile is broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-18 17:51 UTC by Herbert Wantesh
Modified: 2020-11-18 23:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Herbert Wantesh 2020-11-18 17:51:57 UTC
I tried to compile different kernels with the current crossdev arm64 environment i created with

# crossdev -t aarch64-unknown-linux-gnu

but kernel compiles with 

# ARCH=arm64 CROSS_COMPILE=aarch64-unknown-linux-gnu- make

break with:

  CC      arch/arm64/kernel/vdso/vgettimeofday.o
fixdep: read: Is a directory
make[1]: *** [scripts/Makefile.build:283: arch/arm64/kernel/vdso/vgettimeofday.o] Error 2



Reproducible: Always
Comment 1 Herbert Wantesh 2020-11-18 23:04:48 UTC
the problem was a "#" sign in the path, bug can be closed