E2Studio IDE on Linux

Thread Starter

Ian0

Joined Aug 7, 2020
13,097
I've just installed Linux (latest version of Mint) on an old iMac, followed by Renesas's E2Studio.
Most of it works .. . . . but the debugging probe (that works through GNU GDB) is unhappy.
It wants Libpython3.10, but the Linux installation includes Libpython3.12.
One would have thought that it would have the sense to use the more up-to-date library, but probably that was too much to expect.
Any ideas how to persuade GDB to use the library it has?
 

Thread Starter

Ian0

Joined Aug 7, 2020
13,097
I've used previous version of E2Studio on previous versions of Mint, and it has always worked. I'll see what happens.
I note that InSync (which access Google Drive) has installed libpython3.9, and Kicad (I think) put in 3.11.
 

hrs

Joined Jun 13, 2014
520
Maybe you can just add a symlink. It's unlikely there will be any API incompatibilities between 3.10 and 3.12.
 

Thread Starter

Ian0

Joined Aug 7, 2020
13,097
I found a copy of libpython3.10.so.1.0 on another computer and copied it across and now it is happy.
Thanks for you help
 

nsaspook

Joined Aug 27, 2009
16,251
I found a copy of libpython3.10.so.1.0 on another computer and copied it across and now it is happy.
Thanks for you help
I hate when minor lib revisions are hardcoded into applications. I sometimes see that happening when there are licensing restrictions locked to specific system configurations. FIle a bug report.
 
Top