problem build on ARM architecture ( ZYNQ on ZedBoard )

Bug #1317638 reported by GMA
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
libjpeg-turbo
New
Undecided
Unassigned

Bug Description

root@localhost:~/Desktop# cd libjpeg-turbo
bash: cd: libjpeg-turbo: No such file or directory
root@localhost:~/Desktop# cd libjpeg-turbo-1.3.0
root@localhost:~/Desktop/libjpeg-turbo-1.3.0# ls
BUILDING.txt jccolext.c jdphuff.c rdjpgcom.1
CMakeLists.txt jccolor.c jdpostct.c rdjpgcom.c
ChangeLog.txt jcdctmgr.c jdsample.c rdppm.c
Makefile.am jchuff.c jdtrans.c rdrle.c
Makefile.in jchuff.h jerror.c rdswitch.c
README jcinit.c jerror.h rdtarga.c
README-turbo.txt jcmainct.c jfdctflt.c release
acinclude.m4 jcmarker.c jfdctfst.c sharedlib
aclocal.m4 jcmaster.c jfdctint.c simd
bmp.c jcomapi.c jidctflt.c structure.txt
bmp.h jconfig.h.in jidctfst.c testimages
cderror.h jconfig.txt jidctint.c tjbench.c
cdjpeg.c jcparam.c jidctred.c tjbenchtest.in
cdjpeg.h jcphuff.c jinclude.h tjbenchtest.java.in
change.log jcprepct.c jmemmgr.c tjexampletest.in
cjpeg.1 jcsample.c jmemnobs.c tjunittest.c
cjpeg.c jcstest.c jmemsys.h tjutil.c
cmakescripts jctrans.c jmorecfg.h tjutil.h
coderules.txt jdapimin.c jpegcomp.h transupp.c
compile jdapistd.c jpegint.h transupp.h
config.guess jdarith.c jpeglib.h turbojpeg-jni.c
config.h.in jdatadst-tj.c jpegtran.1 turbojpeg-mapfile
config.sub jdatadst.c jpegtran.c turbojpeg-mapfile.jni
configure jdatasrc-tj.c jquant1.c turbojpeg.c
configure.ac jdatasrc.c jquant2.c turbojpeg.h
depcomp jdcoefct.c jsimd.h usage.txt
djpeg.1 jdcolext.c jsimd_none.c win
djpeg.c jdcolor.c jsimddct.h wizard.txt
doc jdct.h jutils.c wrbmp.c
doxygen.config jddctmgr.c jversion.h wrgif.c
example.c jdhuff.c libjpeg.map.in wrjpgcom.1
install-sh jdhuff.h libjpeg.txt wrjpgcom.c
jaricom.c jdinput.c ltmain.sh wrppm.c
java jdmainct.c md5 wrrle.c
jcapimin.c jdmarker.c missing wrtarga.c
jcapistd.c jdmaster.c rdbmp.c
jcarith.c jdmerge.c rdcolmap.c
jccoefct.c jdmrgext.c rdgif.c
root@localhost:~/Desktop/libjpeg-turbo-1.3.0# mkdir build
root@localhost:~/Desktop/libjpeg-turbo-1.3.0# cd build
root@localhost:~/Desktop/libjpeg-turbo-1.3.0/build# cmake -DCMAKE_BUILD_TYPE=Debug ..
-- The C compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
CMake Error at CMakeLists.txt:24 (message):
  Platform not supported by this build system. Use autotools instead.

-- Configuring incomplete, errors occurred!
root@localhost:~/Desktop/libjpeg-turbo-1.3.0/build# gcc --version
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

root@localhost:~/Desktop/libjpeg-turbo-1.3.0/build# CC={mingw-w64_binary_path}/x86_64-w64-mingw32-gcc
root@localhost:~/Desktop/libjpeg-turbo-1.3.0/build# cmake -G "MSYS Makefiles" \
> -DCMAKE_AR={mingw-w64_binary_path}/x86_64-w64-mingw32-ar \
> -DCMAKE_RANLIB={mingw-w64_binary_path}/x86_64-w64-mingw32-ranlib \
> ..
CMake Error: Could not create named generator MSYS Makefiles

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.