-
Notifications
You must be signed in to change notification settings - Fork 95
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
cross compiling Dual-Core Cortex-A7 ARM #103
Comments
Where is the link to ARM you are referring to? You will need to spend some time reading the README to learn what is needed in the config file to build something for your system. There are a number of prebuilt configurations in Configs/. Your description gives not much information for anyone to help you; a sample Linux framebuffer configuration is in Configs/linux-fb. |
I indicate well in the configuration, but he stubbornly tries to compile through the usual GCC, while I deal with this moment ARCH = LINUX-NATIVE Here is a link
|
The problem of compilation and types, but only I still do not understand why GCC uses instead of ARM compiler arm-linux-gnueabi-gcc |
if the makefiles are properly written, it should be sufficient to run |
For my platform there is a tulchain that can collect under my Linux 5.4.284, but there are toolchain problems with Libz and PNG
change Arch.rules
I do not describe how I collected it, what ways and what changes because it is already clear that it is going to my needs, but so far the problem is with the three libraries
It would be great if you helped me |
My configuration at the moment is where to take libraries and so far more questions, I do not have a lot of knowledge in C ++ and compilation |
For your libraries problem, it is saying that -lz cannot be found. Edit config and remove or comment out any LIBZ=-lz entries including the one under PNG support. |
Now it’s hard for me to figure out the configuration because I am confused by the link to ARM from the official site, maybe someone has a minimum example of configuration for ARM and Framebuffer display
The text was updated successfully, but these errors were encountered: