Welcome!

Final Burn Neo => FBN Development => Topic started by: geese howard on May 19, 2021, 08:16:34 PM

Title: Error 127 while compiling raspberry build
Post by: geese howard 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?
Title: Re: Error 127 while compiling raspberry build
Post by: dink 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 :)

Title: Re: Error 127 while compiling raspberry build
Post by: geese howard 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."
Title: Re: Error 127 while compiling raspberry build
Post by: dink on May 19, 2021, 10:48:07 PM
try: chmod +x src/dep/scripts/*
then make?

Title: Re: Error 127 while compiling raspberry build
Post by: geese howard on May 20, 2021, 09:28:06 AM
Works!!! generated FBneo file with 32mega approximately.



Title: Re: Error 127 while compiling raspberry build
Post by: geese howard 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?
Title: Re: Error 127 while compiling raspberry build
Post by: barbudreadmon 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.
Title: Re: Error 127 while compiling raspberry build
Post by: dink 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