1

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?

1 Answers1

13

Figered out that problem in zsh. setopt shwordsplit and export LC_ALL=C solved all problems