문제

I am developing a for an embedded target using buildroot, adding our custom applications as new packages.

These packages depend on some non standard libraries(which we already integrated into buildroot) that are painful to install natively on the development workstations. Can I use buildroot out-of-tree builds to compile the applications for my development machines to test them as well? Assuming all the libraries are in place, they are generic linux applications that should not have problem running on PCs.

Is there a more convenient way to manage both builds?

도움이 되었습니까?

해결책

The only supported way is to use a "crosscompiler" for your host system.

See buildroot environment with host toolchain

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top