I have tried to get bbcsdl on my third Pi4 and all goes well until the command:
chmod +x bbcsdl
I have typed chmod /home/ricspi4/BB4WRasperryPi4/bbcsdl
and the result is "missing operand after '/home/ricspi4/BB4WRasperryPi4/bbcsdl' "
Can some one help
Kind regards Ric
Raspberry Pi Again
-
- Posts: 200
- Joined: Tue 17 Apr 2018, 21:03
Raspberry Pi Again
Kind Regards Ric.
6502 back in the day, BB4W 2017 onwards, BBCSDL from 2023
6502 back in the day, BB4W 2017 onwards, BBCSDL from 2023
-
- Posts: 274
- Joined: Tue 18 Jun 2024, 09:32
Re: Raspberry Pi Again
You missed out the +x:
Code: Select all
chmod +x /home/ricspi4/BB4WRasperryPi4/bbcsdl
The machine won't care, but it doesn't help my poor brain that you have 'BB4W' in the directory name when it has nothing whatever to do with BBC BASIC for Windows!

On my own Raspberry Pi installations the directory in which I've installed BBCSDL is BBCSDL so I would do:
Code: Select all
chmod +x ~/BBCSDL/bbcsdl
-
- Posts: 200
- Joined: Tue 17 Apr 2018, 21:03
Re: Raspberry Pi Again
Thanks Richard,
The rasperry was just a typo!
I use BB4W because i do it on auto pilot, all programming i do is on BB4W with the exception of the Pis.
Probably not the best solution going forward, but its what ive gotten used to.
Kind regards Ric
The rasperry was just a typo!
I use BB4W because i do it on auto pilot, all programming i do is on BB4W with the exception of the Pis.
Probably not the best solution going forward, but its what ive gotten used to.
Kind regards Ric
Kind Regards Ric.
6502 back in the day, BB4W 2017 onwards, BBCSDL from 2023
6502 back in the day, BB4W 2017 onwards, BBCSDL from 2023
-
- Posts: 274
- Joined: Tue 18 Jun 2024, 09:32
Re: Raspberry Pi Again
I wasn't questioning your use of BB4W, if there are good reasons to do so, but the appropriateness of a Raspberry Pi (i.e. Linux) directory name containing BB4W which refers specifically to Windows.

With what's left of my memory requiring constant refreshing, and my own use of BBC BASIC for Windows having diminished to almost zero, the extent to which I can provide support for it is now very limited (generally I just consult the manual, the Wiki or the Windows API documentation).
Mind you my ability to support LB Booster is even worse.
