We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi:
I'm learning how to compile a beagleboard kernel, is a headache for me I have this error
make[1]: Leaving directory `/home/parallels/Projects/buildroot'
(cd /home/parallels/Projects/buildroot/output/build/perl-5.8.8; chmod a+x ext/util/make_ext; ext/util/make_ext nonxs Errno MAKE="/usr/bin/make" )
Making Errno (nonxs)
ext/util/make_ext: line 122: ../../miniperl: No such file or directory
The text was updated successfully, but these errors were encountered:
What are you trying to do? Are you trying to compile RootFS with microperl? What the exact steps to reproduce that error?
Sorry, something went wrong.
I only write what you say in the blog
git clone git://github.com/MaxGalemin/buildroot.git cd buildroot make beagle_xm_full_defconfig make
after I have a lot of warning and the microperl error.
2012/5/21 Max Galemin [email protected]:
What are you trying to do? Are you trying to compile RootFS with microperl? What the exact steps to reproduce that error? Reply to this email directly or view it on GitHub: #30 (comment)
Reply to this email directly or view it on GitHub: #30 (comment)
@fernandezajp Just use Perl 5.12.4 instead of Perl 5.8.8. It is the fix: http://lists.busybox.net/pipermail/buildroot/2012-March/051189.html , commit id 335260afd429d694cddd7ada705184ad6717826a
No branches or pull requests
Hi:
I'm learning how to compile a beagleboard kernel, is a headache for me I have this error
make[1]: Leaving directory `/home/parallels/Projects/buildroot'
we need to build a perl for the host just for Errno.pm
(cd /home/parallels/Projects/buildroot/output/build/perl-5.8.8;
chmod a+x ext/util/make_ext;
ext/util/make_ext nonxs Errno MAKE="/usr/bin/make"
)
ext/util/make_ext: line 122: ../../miniperl: No such file or directory
The text was updated successfully, but these errors were encountered: