(Linux Rpi4 arm64) PB6.11 IDE doesn't start

Linux specific forum
benubi
Enthusiast
Enthusiast
Posts: 220
Joined: Tue Mar 29, 2005 4:01 pm

(Linux Rpi4 arm64) PB6.11 IDE doesn't start

Post by benubi »

I overslept a few Versions and Betas on the R400 so there's luckily still the 6.00 IDE working (the first PB version I installed on it). I checked and installed/upgraded all the packets from the readme, but something is still missing.

6.11 LTS (arm-64) Debian GNU/Linux 11 (bullseye)
./compilers/purebasic: /lib/aarch64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by ./compilers/purebasic)
./compilers/purebasic: /lib/aarch64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.13' not found (required by ./compilers/purebasic)
./compilers/purebasic: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./compilers/purebasic)
./compilers/purebasic: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./compilers/purebasic)
./compilers/purebasic: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./compilers/purebasic)
I wonder if my installation (the OS) is right, or the compiler (what ever happens in the background), because I also found a strange bug when writing console applications, and this also only happens on ARM64 - no such problems on the Debian x64 VM or Windows 10/x64. There's a ghost in the machine intervening at runtime or the compiler has a switch to "ruin" my string. I'll have to find my words for it in an other thread even tho it might be related...
User avatar
mk-soft
Always Here
Always Here
Posts: 6245
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: (Linux Rpi4 arm64) PB6.11 IDE doesn't start

Post by mk-soft »

If you stay on Linux 11 (bullseye), then the PB v6.04 is the right one.
PB v6.11 is updated to Linux 12 (bookworm) and current libraries.

See https://www.purebasic.com/news.php

PureBasic 6.10 LTS
- Updated: Minimum version for Linux x86 is now Debian 12
- Updated: Minimum version for Raspberry is now Debian 12 based PI OS
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
benubi
Enthusiast
Enthusiast
Posts: 220
Joined: Tue Mar 29, 2005 4:01 pm

Re: (Linux Rpi4 arm64) PB6.11 IDE doesn't start

Post by benubi »

Hmm... like I smelled it.
IT'S THE OS! I have the instincts but not the knowledge. How can I change OS for the raspberry. I need to download an other image for the SD card. Overwrite all the old stuff. All my codes are on the attached USB drive so no worries. And the old PB installations aren't relevant. I'll have to re-download GIMP and things.

Where do I download that PI OS latest best thing :/

And then I have the total Frankenbug if it still happens on the new OS and new PB again... LOL. This. Is. Sorcery. I promise. This will be awesome (it's weird) :lol: Took a few screenshots to compare with the other systems Win 10 x64/Debian x64 VM/Raspberry arm-64.
"Console application" super voodoo bug. Very magic 8)

Except it just happen to not happen again, later...
:mrgreen:


Image
https://ibb.co/1MCV5m2
User avatar
mk-soft
Always Here
Always Here
Posts: 6245
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: (Linux Rpi4 arm64) PB6.11 IDE doesn't start

Post by mk-soft »

Where do I download that PI OS latest best thing :/
I wonder where ...
From https://www.raspberrypi.com/software/

I myself load the image with the Raspberry Pi Imager onto an "EMTEC SSD X210" running Linux 12 (bookworm). Also immediately on ARM64. If your PI4 BIOS is relatively new, it can boot from USB. It is therefore also much faster than from SD card.

Reinstall everything else.

But don't forget to remove the SD card to boot from USB.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Post Reply