Author Topic: Error 127 while compiling raspberry build  (Read 3297 times)

Offline geese howard

  • Member
  • ***
  • Posts: 119
  • Karma: +1/-0
Error 127 while compiling raspberry build
« on: May 19, 2021, 08:16:34 PM »
Raspiberry Pi3;
SDL 1.2 libraries installed;
updated definitions (sudo apt-get update);
using latest source from https://github.com/finalburnneo/FBNeo.

What should i do?

Offline dink

  • Administrator
  • *****
  • Posts: 5014
  • Karma: +449/-1
  • pie? I nearly bought one!
Re: Error 127 while compiling raspberry build
« Reply #1 on: May 19, 2021, 08:47:33 PM »
do you have perl?  type "perl --version" at the command prompt, if it doesn't exist, install it :)


Offline geese howard

  • Member
  • ***
  • Posts: 119
  • Karma: +1/-0
Re: Error 127 while compiling raspberry build
« Reply #2 on: May 19, 2021, 09:14:37 PM »
Yes.

"This is perl 5, version 24, subversion 1 (v5.24.1) built for arm-linux-gnueabihf-thread-multi-64int
(with 81 registered patches, see perl -V for more detail)

Copyright 1987-2017, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page."

Offline dink

  • Administrator
  • *****
  • Posts: 5014
  • Karma: +449/-1
  • pie? I nearly bought one!
Re: Error 127 while compiling raspberry build
« Reply #3 on: May 19, 2021, 10:48:07 PM »
try: chmod +x src/dep/scripts/*
then make?


Offline geese howard

  • Member
  • ***
  • Posts: 119
  • Karma: +1/-0
Re: Error 127 while compiling raspberry build
« Reply #4 on: May 20, 2021, 09:28:06 AM »
Works!!! generated FBneo file with 32mega approximately.




Offline geese howard

  • Member
  • ***
  • Posts: 119
  • Karma: +1/-0
Re: Error 127 while compiling raspberry build
« Reply #5 on: May 20, 2021, 10:20:11 AM »
i've created fbneo folder with fbneo compiled inside, used command "my-emulator="/full/path/to/emulator/program %ROM%", however retropie returns to gamelist without load.

Whats wrong?

Offline barbudreadmon

  • Administrator
  • *****
  • Posts: 1091
  • Karma: +59/-1
  • Helper
Re: Error 127 while compiling raspberry build
« Reply #6 on: May 20, 2021, 10:36:17 AM »
i've created fbneo folder with fbneo compiled inside, used command "my-emulator="/full/path/to/emulator/program %ROM%", however retropie returns to gamelist without load.

Whats wrong?

Well, we aren't retropie specialists, you should ask on their forum.

Offline dink

  • Administrator
  • *****
  • Posts: 5014
  • Karma: +449/-1
  • pie? I nearly bought one!
Re: Error 127 while compiling raspberry build
« Reply #7 on: May 20, 2021, 10:42:39 AM »
i've created fbneo folder with fbneo compiled inside, used command "my-emulator="/full/path/to/emulator/program %ROM%", however retropie returns to gamelist without load.

Whats wrong?

Make sure you put the full patch to the fbneo binary created here:
"my-emulator="/full/path/to/emulator/program %ROM%"

also try chmod +x fbneo

best regards,
- dink