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

好多细节问题,会导致编译失败. #6

Open
1587 opened this issue Sep 8, 2014 · 1 comment
Open

好多细节问题,会导致编译失败. #6

1587 opened this issue Sep 8, 2014 · 1 comment

Comments

@1587
Copy link

1587 commented Sep 8, 2014

1.sudo apt-get install lib32stdc++6 libstdc++6 dos2unix
2.sudo apt-get install libusb-1.0-*
3.cd script && find . -exec dos2unix {} ; &&
4.cd patch && find . -exec dos2unix {} ;
5.cd allwinner-tools/bins && chmod u+x *
6.chmod u+x allwinner-tools/fsbuild/fsbuild
7.chmod u+x allwinner-tools/dragon/dragon
8.find . -name *.sh -exec chmod u+x {} ;
9.scripts/mk_hwpack.sh
-U_O_PATH="build/$UBOOT_CONFIG-u-boot"
-K_O_PATH="build/$KERNEL_CONFIG-linux"
+U_O_PATH="build/${UBOOT_CONFIG}-u-boot"
+K_O_PATH="build/${KERNEL_CONFIG}-linux"
10.make

@franz-josef-kaiser
Copy link

Translation of the title (using Google Translate):

A lot of the details, will cause the compiler to fail

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

2 participants