Skip to content
New issue

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

miniperl error #30

Open
fernandezajp opened this issue May 20, 2012 · 3 comments
Open

miniperl error #30

fernandezajp opened this issue May 20, 2012 · 3 comments

Comments

@fernandezajp
Copy link

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"
)

Making Errno (nonxs)

ext/util/make_ext: line 122: ../../miniperl: No such file or directory

@mgalemin
Copy link
Owner

What are you trying to do? Are you trying to compile RootFS with microperl? What the exact steps to reproduce that error?

@fernandezajp
Copy link
Author

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)

@proxy-m
Copy link

proxy-m commented Dec 13, 2022

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants