I'm trying to build lineage 15.1 from source for tissot
device according to that guide and get an error "invalid parameter name" while running brunch tissot
which looks axactly as error for cheeseburder i found on pastebin (my output). In subsequent make
i get an build stopped: subcommand failed
error. Also i get Trying dependencies-only mode on a non-existing device tree?
. Is there any way to fix this error?
Asked
Active
Viewed 1,125 times
1

Евгений Некрасов
- 161
- 8
1 Answers
13
Figered out that problem in zsh. setopt shwordsplit
and export LC_ALL=C
solved all problems

Евгений Некрасов
- 161
- 8
-
if the problem is gone, maybe you should mark your answer as right? – Artshellorok Jun 28 '20 at 13:03