Hello,
I'm trying to compile the latest Linux Kernel on Fedora release 23.
When I run the command 'make uImage', I get the following error:
QuoteDisplay More
...
TIMEC kernel/timeconst.h
Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at kernel/timeconst.pl line 373.
/var/lib/tftpboot/sources/linux-3.0.35-fsimx6-V2.0/kernel/Makefile:140: recipe for target 'kernel/timeconst.h' failed
make[1]: *** [kernel/timeconst.h] Error 255
Makefile:945: recipe for target 'kernel' failed
make: *** [kernel] Error 2
It seems there is a problem with Perl v5.22.0.
How can I fix this problem?
Best regards,
Alex