cross compile of qt 5.3.2 for arm tiny 6410 board

Chat about Linux in general
Forum rules
Do not post support questions here. Before you post read the forum rules. Topics in this forum are automatically closed 6 months after creation.
Locked
sachinmm

cross compile of qt 5.3.2 for arm tiny 6410 board

Post by sachinmm »

hello i am newer in linux and i am using ubuntu 12.04 os...
i want to cross compile of qt 5.3.2 for arm tiny 6410 board but in my first step for tslib compilation i am failed i am following these steps==>
this is single script file for tslib compilation "tslib.sh" ==>

export
CROSS_COMPILE=/home/sachin/opt/FriendlyARM/toolschain/4.5.1/bin/arm-fsl-linux-gnueabi-
export CC=${CROSS_COMPILE}"gcc"
export CFLAGS=-march=armv7-a
export CXX=${CROSS_COMPILE}"g++"
export AR=${CROSS_COMPILE}"ar"
export AS=${CROSS_COMPILE}"as"
export RANLIB=${CROSS_COMPILE}"ranlib"
export LD=${CROSS_COMPILE}"ld"
export STRIP=${CROSS_COMPILE}"strip"
export ac_cv_func_malloc_0_nonnull=yes
sudo ./autogen-clean.sh
sudo ./autogen.sh
sudo ./configure --host=arm-fsl-linux-gnueabi --prefix=/home/tslib --enable-shared=yes --enable-static=yes
sudo make
sudo make install

can anybody solved my issue??
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “Chat about Linux”