Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: code model kernel does not support PIC mode - ChrisLucas29 - 2018-10-29 16:31



User(s) browsing this thread: 1 Guest(s)