Building debian package with "arm-openstlinux_weston-linux-gnueabi-gcc" and dpkg-buildpackage.
Which setting do i need?
right now i try to build u-boot as debian package with follwoing settings:
dpkg-buildpackage -a armAt the begining of the compilation i get following error:
dpkg-architecture: warning: specified GNU system type arm-linux-gnu does not match CC system type arm-openstlinux_weston-linux-gnueabi, try setting a correct CC environment variableNevertheless it compiles successfully but the problem is that after the comliation the packager fails with follwoing error:
Can't exec "arm-linux-gnu-objcopy": No such file or directory at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 475.As you can see it search for arm-linux-gnu-objcopy and not the one i have specifed by openst-weston-compiler!
What are the right calling parameters for dpg-buildpackage and "arm-openstlinux_weston-linux-gnueabi"-Compiler ?
Thanks
