<pantalaimon>
Hi, what do I do if I just want to compile a single plugin? When I follow the wiki (https://wiki.libreelec.tv/development-1/build-commands/build-addons) and try to compile projectM with PROJECT=Generic ARCH=x86_64 scripts/create_addon visualization.projectm I just get:
<pantalaimon>
> ERROR: no addons matched for filter visualization.projectm
gouchi has joined #libreelec
<chewitt>
try scripts/build not scripts/create_addon
LEBot has quit [Remote host closed the connection]
<pantalaimon>
thank you!
<chewitt>
I have fuzzy memory create_addon only builds things under packages/addons
LEBot has joined #libreelec
_xor has quit [Read error: Connection reset by peer]
voltron has joined #libreelec
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
arch3r has quit [Quit: bye]
arch3r has joined #libreelec
_xor has joined #libreelec
chewitt has quit [Quit: Zzz..]
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
Fenster has joined #libreelec
Misotauros has quit [Ping timeout: 252 seconds]
Misotauros has joined #libreelec
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
syphyr has joined #libreelec
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
falk689_ has quit [Ping timeout: 276 seconds]
GNUmoon has quit [Ping timeout: 276 seconds]
GNUmoon has joined #libreelec
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
voltron has quit [Remote host closed the connection]
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
gouchi has quit [Remote host closed the connection]
<pantalaimon>
What compiler does LibreELEC/Python expect? I get
<pantalaimon>
> gcc: error: unrecognized command line option '-fp-model'
<pantalaimon>
when the build system tries to compile Python. Both on GCC 11.2.0 and GCC 9.3.0
<pantalaimon>
somehow Python thinks I'm using ICC oO