code model kernel does not support PIC mode
|
2018-10-29, 16:31
Post: #2
|
|||
|
|||
RE: code model kernel does not support PIC mode
I found a way to solve the "kernel does not support PIC mode". You just add "-fno-pie" at the end of this line in Makefile.housekeeping. Apparently it's a bug with gcc v5+. link
Code: CFLAGS += $(WORKAROUND_CFLAGS) $(EXTRA_CFLAGS) -fno-pie On both architecture, I get the lzma.h error. Does anybody have a clue? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
code model kernel does not support PIC mode - ChrisLucas29 - 2018-10-29, 12:47
RE: code model kernel does not support PIC mode - ChrisLucas29 - 2018-10-29 16:31
RE: code model kernel does not support PIC mode - NiKiZe - 2018-10-29, 19:10
RE: code model kernel does not support PIC mode - ChrisLucas29 - 2018-10-31, 11:19
RE: code model kernel does not support PIC mode - labba7 - 2019-04-26, 10:30
RE: code model kernel does not support PIC mode - NiKiZe - 2019-04-26, 20:03
|
User(s) browsing this thread: 1 Guest(s)