-
Notifications
You must be signed in to change notification settings - Fork 26
Build EGT error #10
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
Comments
Hi Nelson, What are you trying to do? Cross-compile EGT manually? If yes, there are missing options when you call configure. Why don't you let Buildroot compiling EGT? The package is in buildroot-external-microchip. Regards Ludovic |
HI Ludovic, I did that because I can't load my application program using eclipse. I got the error of unable to create primary plane. I am thinking if I can build the egt, build the application program and copy over to the SD card. Can I do it that way? Hope to hear from you soon. Regards, |
Hi Ludovic, Regards, |
Hi Nelson, Regards, |
Hi Sandeep, But I am still getting this error, What is the error, actually? |
Hi Nelson, export PATH=/output/host/bin:$PATH Regards, |
Hi Sandeep, But at the configure option, I don't use the --prefix. I wonder what it is. Anyway, I manage to run make till the end without any error. Thanks so much. Regards, |
Hi,
I follow these steps,
git clone --recursive https://github.com/linux4sam/egt.git
cd egt
./autogen.sh
./configure
When I run make, I got this error,
buildroot-at91/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/gnu/stubs.h:7:11: fatal error: gnu/stubs-soft.h: No such file or directory
7 | # include <gnu/stubs-soft.h>
| ^~~~~~~~~~~~~~~~~~
I don't know it solves the problem, but I just created an empty file called stubs-soft.h in the gnu directory. When I run make, the problem went away. Another error came in,
/usr/include/c++/9/memory: In function ‘void* std::align(std::size_t, std::size_t, void*&, std::size_t&)’:
/usr/include/c++/9/memory:121:58: error: cast from ‘void*’ to ‘uintptr_t’ {aka ‘unsigned int’} loses precision [-fpermissive]
121 | const auto __intptr = reinterpret_cast<uintptr_t>(__ptr);
| ^
Do you know what went wrong?
Hope to hear from you soon.
Regards,
Nelson
The text was updated successfully, but these errors were encountered: