-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Can not compile successfully #1767
Comments
Please include the exact commands you ran - use the history command if you still have the shell. We cross compile all the time, so there is probably something about your environment or the commands you ran that caused the error. |
I have tried a lot ways which don't make it work, feeling so frustrated, and just turn off my virtual machine... So I have retried and update the essential info to the post. Before retrying I ran the command "make mrproper" to clean the working place. |
I examine the error: It looks like the problem mentioned here: |
Yes, it looks like xattr.c has got lost somehow. We have observed that zip downloads can be unreliable, so I would recommend trying to use the git clone method; with the --depth=1 option the download won't be quite so large. I expect that to work as advertised. |
It's not the faculty of zip file. The unzip has some bug mentioned in this issue:#34 |
Please close the issue if you feel it is resolved. |
I just follow the official cross build instruction and met the error like this:
My host linux is ubuntu 14.04 LTS 64bit.
Path:
My steps:
Download git repo as zip directly due to my poor network.
I extract (with gui tool) linux-rpi-4.4.y.zip to linux, tools-master.zip to tools, firmware-master.zip to firmware.
Which result this:
I tried command "set KERNEL kernel7". So it create a var call KERNEL with has val of kernel7. Is it the problem caused by fish?
It seems working fine.
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- zImage modules dtbs -j 2
...
I wait for a long time it throws some error mentioned before and compilation stopped.
The text was updated successfully, but these errors were encountered: