Page 1 of 2

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

Posted: Tue Aug 27, 2019 4:06 pm
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.

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

Posted: Tue Aug 27, 2019 5:26 pm
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?)

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

Posted: Tue Aug 27, 2019 10:53 pm
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 ?

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

Posted: Wed Aug 28, 2019 12:33 am
by emeck
Raspbian is 32 bits.

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

Posted: Sat Aug 31, 2019 1:50 pm
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?

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

Posted: Sun Sep 01, 2019 11:03 pm
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) ?

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

Posted: Sun Sep 01, 2019 11:09 pm
by SamuraiCrow
What version of Raspbian are you running? (Or are you using another Linux?)

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

Posted: Mon Sep 02, 2019 12:44 am
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"

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

Posted: Mon Sep 02, 2019 9:05 pm
by airsoftsoftwair
Which Hollywood version are you on?

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

Posted: Mon Sep 02, 2019 11:41 pm
by P_B
Version 8.0
Release date : February 8 th, 2019

Windows 7 -> Windows [64 bit]