Reg:Building QT for I.MX 6

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Reg:Building QT for I.MX 6

1,529 Views
vishvapathi
Contributor V

Hi All,

I tried to download the git respository for qt4.8, but getting the following error...

git clone http://git.gitorious.org/qt/qt.git qt

Initialized empty Git repository in /home/vishva/qt/.git/

remote: Counting objects: 738088, done

remote: Finding sources: 100% (738088/738088)

remote: Compressing objects: 100% (109395/109395)

remote: Compressing objects: 100% (108833/108833)

error: RPC failed; result=18, HTTP code = 20056 MiB | 42 KiB/s

Any suggestions or alternate source??

Labels (2)
4 Replies

723 Views
bryanthomas
NXP Employee
NXP Employee

You can turn trace and verbose on for GIT to see what's going on:

$ export GIT_TRACE=1

$ export GIT_CURL_VERBOSE=1

$ git clone http://git.gitorious.org/qt/qt.git qt

0 Kudos

723 Views
vishvapathi
Contributor V

Thanks. After trying for a couple of more times i was able to download.. but getting the following error for STEP #7.

./configure -qpa -arch arm -xplatform qws/linux-imx6-g++ -no-largefile -no-accessibility -opensource -verbose -system-libpng -system-libjpeg -system-freetype -fast -opengl es2 -egl -confirm-license -qt-zlib  -qt-libpng  -no-webkit -no-multimedia -make examples -make demos -release -make libs -exceptions -no-qt3support -prefix /opt/qt4/

Determining system architecture... (Linux:2.6.32-50-generic:i686)

    32-bit Intel 80x86 (i386)

    'arm' is supported

    'i386' is supported

System architecture: 'arm'

Host architecture: 'i386'

Precompiled-headers support enabled.

Symbol visibility control enabled.

This is the Qt Lighthouse Open Source Edition.

You are licensed to use this software under the terms of

the Lesser GNU General Public License (LGPL) versions 2.1.

You have already accepted the terms of the  license.

header created for /home/vishva/qt/src/corelib/global/qconfig.h (1)

Creating qmake. Please wait...

make: Nothing to be done for `first'.

You have not explicitly asked to use pkg-config and are cross-compiling.

pkg-config will not be used to automatically query cflag/lib parameters for

dependencies

floatmath auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o floatmath.o floatmath.cpp

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [floatmath.o] Error 1

floatmath disabled.

mmx auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -mmmx -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o mmx.o mmx.cpp

cc1plus: error: unrecognized command line option '-mmmx'

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [mmx.o] Error 1

mmx disabled.

3dnow auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -m3dnow -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o 3dnow.o 3dnow.cpp

cc1plus: error: unrecognized command line option '-m3dnow'

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [3dnow.o] Error 1

3dnow disabled.

sse auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -msse -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o sse.o sse.cpp

cc1plus: error: unrecognized command line option '-msse'

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [sse.o] Error 1

sse disabled.

sse2 auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -msse2 -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o sse2.o sse2.cpp

cc1plus: error: unrecognized command line option '-msse2'

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [sse2.o] Error 1

sse2 disabled.

sse3 auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -msse3 -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o sse3.o sse3.cpp

cc1plus: error: unrecognized command line option '-msse3'

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [sse3.o] Error 1

sse3 disabled.

ssse3 auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -mssse3 -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o ssse3.o ssse3.cpp

cc1plus: error: unrecognized command line option '-mssse3'

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [ssse3.o] Error 1

ssse3 disabled.

sse4_1 auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -msse4.1 -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o sse4_1.o sse4_1.cpp

cc1plus: error: unrecognized command line option '-msse4.1'

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [sse4_1.o] Error 1

sse4_1 disabled.

sse4_2 auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -msse4.2 -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o sse4_2.o sse4_2.cpp

cc1plus: error: unrecognized command line option '-msse4.2'

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [sse4_2.o] Error 1

sse4_2 disabled.

avx auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -mavx -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o avx.o avx.cpp

cc1plus: error: unrecognized command line option '-mavx'

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [avx.o] Error 1

avx disabled.

neon auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -mfpu=neon -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o neon.o neon.cpp

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [neon.o] Error 1

neon disabled.

ipc_sysv auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o ipc.o ipc.cpp

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [ipc.o] Error 1

ipc_sysv disabled.

ipc_posix auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o ipc.o ipc.cpp

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [ipc.o] Error 1

ipc_posix disabled.

libtiff auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o libtiff.o libtiff.cpp

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [libtiff.o] Error 1

libtiff disabled.

libmng auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o libmng.o libmng.cpp

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [libmng.o] Error 1

libmng disabled.

DB2 auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o db2.o db2.cpp

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [db2.o] Error 1

DB2 disabled.

InterBase auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o ibase.o ibase.cpp

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [ibase.o] Error 1

InterBase disabled.

MySQL (thread-safe) auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o mysql.o ../mysql/mysql.cpp

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [mysql.o] Error 1

MySQL (thread-safe) disabled.

MySQL (thread-unsafe) auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o mysql.o mysql.cpp

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [mysql.o] Error 1

MySQL (thread-unsafe) disabled.

OCI auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o oci.o oci.cpp

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [oci.o] Error 1

OCI disabled.

ODBC auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o odbc.o odbc.cpp

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [odbc.o] Error 1

ODBC disabled.

iODBC auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o iodbc.o iodbc.cpp

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [iodbc.o] Error 1

iODBC disabled.

PostgreSQL auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o psql.o psql.cpp

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [psql.o] Error 1

PostgreSQL disabled.

SQLite2 auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o sqlite2.o sqlite2.cpp

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [sqlite2.o] Error 1

SQLite2 disabled.

unknown SQL driver: sqlite_symbian

unknown SQL driver: symsql

TDS auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o tds.o tds.cpp

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [tds.o] Error 1

TDS disabled.

NIS auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o nis.o nis.cpp

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [nis.o] Error 1

NIS disabled.

Cups auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o cups.o cups.cpp

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [cups.o] Error 1

Cups disabled.

D-Bus auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o dbus.o dbus.cpp

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [dbus.o] Error 1

D-Bus disabled.

Glib auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o glib.o glib.cpp

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [glib.o] Error 1

Glib disabled.

ICU auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o icu.o icu.cpp

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [icu.o] Error 1

ICU disabled.

PulseAudio auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o pulseaudio.o pulseaudio.cpp

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [pulseaudio.o] Error 1

PulseAudio disabled.

OpenGL ES 2.x auto-detection... ()

arm-fsl-linux-gnueabi-g++ -c -pipe -O2 -O2 -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -Wall -W  -I../../../mkspecs/qws/linux-imx6-g++ -I. -I/tftpboot/rootfs/usr/include -I/tftpboot/rootfs/usr/include/arm-linux-gnueabi/ -o opengles2.o opengles2.cpp

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make: *** [opengles2.o] Error 1

OpenGL ES 2.x disabled.

The OpenGL ES 2.0 functionality test failed!

You might need to modify the include and library search paths by editing

QMAKE_INCDIR_OPENGL_ES2, QMAKE_LIBDIR_OPENGL_ES2 and QMAKE_LIBS_OPENGL_ES2 in

/home/vishva/qt/mkspecs/qws/linux-imx6-g++.

Is there any problem in the command i gave??

0 Kudos

723 Views
vishvapathi
Contributor V

I tried configuring with the below settings and during make getting following error

./configure -arch arm -xplatform qws/linux-imx6-g++ -release -prefix /tftpboot/ltib/usr/local/Trolltech/Qt-4.7.2-mx5x-x11 -multimedia -phonon -phonon-backend -qt-gfx-linuxfb -qt-kbd-tty -little-endian -host-little-endian -fontconfig -sm -opengl es2

Error:

cc1plus: error: /tftpboot/rootfs/usr/include: Too many levels of symbolic links

cc1plus: error: /tftpboot/rootfs/usr/include/arm-linux-gnueabi/: Too many levels of symbolic links

make[1]: *** [.pch/release-shared/QtCore.gch/c++] Error 1

make[1]: Leaving directory `/home/vishva/qt/src/corelib'

make: *** [sub-corelib-make_default-ordered] Error 2

0 Kudos

723 Views
LeonardoSandova
Specialist I

Those kind of problems are usually due to network issues. Try it again and it should work.