Example Linux arm + Rasberry pi 3 B + does not run

Find quick help here to get you started with Hollywood
P_B
Posts: 14
Joined: Sat Sep 15, 2018 4:28 pm

Example Linux arm + Rasberry pi 3 B + does not run

Post by P_B »

Hello,

I'm trying to run a Hollywood Linux arm example program on Rasberry pi 3 B+, but it's asking me to choose the application that will run it.

Should something be installed ?
The .exe extension is considered ms-dos / windows.

Is there a specific extension to Rasberry pi ?

Thank you in advance for your help.
User avatar
emeck
Posts: 169
Joined: Fri Apr 03, 2015 3:17 pm

Re: Example Linux arm + Rasberry pi 3 B + does not run

Post by emeck »

Have you set it as executable?

In a terminal window type:

sudo chmod +x yourfilename


Or you can set it with RMB (sorry, I'm not at home and don't remember the option but it is easy to find. Maybe in properties?)
PowerBook 5.2 MorphOS 3.15
PowerBook 5.8 MorphOS 3.15
Amiga 1200 BPPC/BVision AOS4.1 FE
P_B
Posts: 14
Joined: Sat Sep 15, 2018 4:28 pm

Re: Example Linux arm + Rasberry pi 3 B + does not run

Post by P_B »

Thanks emeck for your help.

I tested the example 'AsyncFX' Linux arm.

I get a selection window : the << AsyncFX >> file is executable, do you want to execute it ?
(Run) (Start in terminal) (Cancel)

(Execute) : Nothing happens
(Launch in a terminal) : The terminal opens and closes immediately

Do you think it can miss something to download ?

The Raspbian installation is very recent.

Rasberry pi 3 B+ is a 64 bits ?
User avatar
emeck
Posts: 169
Joined: Fri Apr 03, 2015 3:17 pm

Re: Example Linux arm + Rasberry pi 3 B + does not run

Post by emeck »

Raspbian is 32 bits.
PowerBook 5.2 MorphOS 3.15
PowerBook 5.8 MorphOS 3.15
Amiga 1200 BPPC/BVision AOS4.1 FE
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Example Linux arm + Rasberry pi 3 B + does not run

Post by airsoftsoftwair »

@P_B:
Can you check the output when starting it from a terminal? Open a terminal, cd to the program's directory, then enter

Code: Select all

./AsyncFX
What does it say?
P_B
Posts: 14
Joined: Sat Sep 15, 2018 4:28 pm

Re: Example Linux arm + Rasberry pi 3 B + does not run

Post by P_B »

$ ./AsyncFX
Segmentation error

I tested these examples that work perfectly :

- Welcome
- MouseWheelDemo
- TransitionFX
- 3DCube
- ObjectTransitionFX
- Text



When we double-click on an executable, someone knows how to launch a program without getting the selection window :
The file << filename >> is executable, do you want to execute it? (Execute) (Start in terminal) (Cancel) ?
SamuraiCrow
Posts: 475
Joined: Fri May 15, 2015 5:15 pm
Location: Waterville, Minnesota USA

Re: Example Linux arm + Rasberry pi 3 B + does not run

Post by SamuraiCrow »

What version of Raspbian are you running? (Or are you using another Linux?)
I'm on registered MorphOS using FlowStudio.
P_B
Posts: 14
Joined: Sat Sep 15, 2018 4:28 pm

Re: Example Linux arm + Rasberry pi 3 B + does not run

Post by P_B »

$ cat /etc/os-release

PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Example Linux arm + Rasberry pi 3 B + does not run

Post by airsoftsoftwair »

Which Hollywood version are you on?
P_B
Posts: 14
Joined: Sat Sep 15, 2018 4:28 pm

Re: Example Linux arm + Rasberry pi 3 B + does not run

Post by P_B »

Version 8.0
Release date : February 8 th, 2019

Windows 7 -> Windows [64 bit]
Post Reply