Search found 20 matches

by GGK
Thu, 2015-11-05, 13:31
Forum: DCMTK - Installation
Topic: msys make for Android
Replies: 18
Views: 27458

Re: msys make for Android

Its a good feeling, to have a hand on the project DCMTK for android ;-) perhaps a better solution could be IF(!CMAKE_GENERATOR MATCHES "MSYS Makefiles") MESSAGE(FATAL_ERROR "${CMAKE_GENERATOR MATCHES} is not unsupported, please use MSYS Makefiles instead.") ENDIF() Best regards.....
by GGK
Wed, 2015-11-04, 16:39
Forum: DCMTK - Installation
Topic: msys make for Android
Replies: 18
Views: 27458

Re: msys make for Android

It seems to be unpossible...it's done... * Using MSYS Makefiles instead of MinGW Makefiles * change android.toolchain.make # linker flags set( ANDROID_LINKER_FLAGS "-fPIE -pie" ) and set( ANDROID_CXX_FLAGS "${ANDROID_CXX_FLAGS} -fpic -fPIE -funwind-tables" ) * Android NDK: r10d ...
by GGK
Wed, 2015-11-04, 10:21
Forum: DCMTK - Installation
Topic: msys make for Android
Replies: 18
Views: 27458

Re: msys make for Android

So why does your setup try to link it? I just seached through the android.toolchain.cmake, it does not seem to originate from there. I used various DCMTK Snapshots and used the android.toolchain.cmake from these snapshots (also following the tutorial you called "forbitten fruits"). Which ...
by GGK
Tue, 2015-11-03, 14:13
Forum: DCMTK - Installation
Topic: msys make for Android
Replies: 18
Views: 27458

Re: msys make for Android

Can't find the both files in any of my toolchain files:
Searched in G:\Programme\SKDs\android-ndk-r10e\toolchains\...and subdirectories

(working with NDK r10e)

seems to be strange...
Google search provides no solution getting this both libraries.

GGK
by GGK
Tue, 2015-11-03, 13:03
Forum: DCMTK - Installation
Topic: msys make for Android
Replies: 18
Views: 27458

Re: msys make for Android

got the same error message using API_LEVEL 17 Determining if the function sem_init exists in the rt failed with the following output: Change Dir: G:/DCMTK_SRC_GIT/Build-3.6.1/CMakeFiles/CMakeTmp Run Build Command:"c:/MinGW/bin/mingw32-make.exe" "cmTC_39e51/fast" c:/MinGW/bin/ming...
by GGK
Tue, 2015-11-03, 09:00
Forum: DCMTK - Installation
Topic: msys make for Android
Replies: 18
Views: 27458

Re: msys make for Android

probably this - non interpretable error in the CMakeError.log gives a useful hint whats causing my problems: Run Build Command:"c:/MinGW/bin/mingw32-make.exe" "cmTC_74283/fast" c:/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_74283.dir\build.make CMakeFiles/cmTC_74283.dir/build m...
by GGK
Fri, 2015-09-18, 07:46
Forum: DCMTK - Installation
Topic: msys make for Android
Replies: 18
Views: 27458

Re: msys make for Android

Hi, "make -d" provides the following output...perhaps anyone can find a reason for my problems... Seems that some files don't exist...but I don't if they are necessary sh-3.1$ make -d GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for ...
by GGK
Thu, 2015-09-17, 14:37
Forum: DCMTK - Installation
Topic: msys make for Android
Replies: 18
Views: 27458

Re: msys make for Android

which file does the make command touch...

perhaps this file has an error an msys crashes...?

can I upload this file for you to check it?
by GGK
Thu, 2015-09-17, 13:47
Forum: DCMTK - Installation
Topic: Compiling for Android - get Error: g++.exe: error: unrecogn
Replies: 5
Views: 8871

Re: Compiling for Android - get Error: g++.exe: error: unre

AVD starts...
Actually it runs...

Edit: Maybe I found the reason....the CMAKE_SH variable could have been wrong.

GGK
by GGK
Thu, 2015-09-17, 13:36
Forum: DCMTK - Installation
Topic: msys make for Android
Replies: 18
Views: 27458

Re: msys make for Android

Indeed, it do....but I don't believe that there is something wrong with my msys installation. Probably there is something wrong in my make-Process, cause output of make outside the target build folder displays not the windows command prompt. http://fs2.directupload.net/images/150917/temp/jsb3abmf.jp...
by GGK
Thu, 2015-09-17, 10:28
Forum: DCMTK - Installation
Topic: msys make for Android
Replies: 18
Views: 27458

msys make for Android

Hi, one problem solved, the next is waiting in the queue...I'm worry about, buts that's life... :? CMake configure and generating finished without problems and errors (no errors in the output), but I don't get any output on my AVD (Files were copied in the ANDROID_TEMPORARY_FILESLOCATION). Perhaps, ...
by GGK
Wed, 2015-09-16, 10:21
Forum: DCMTK - Installation
Topic: can't find android.toolchain.cmake in dcmtk 3.6.0 source
Replies: 4
Views: 7029

Re: can't find android.toolchain.cmake in dcmtk 3.6.0 source

Thanks very much for helping me!!
And doing that job for us :D :D

GGK
by GGK
Wed, 2015-09-16, 10:20
Forum: DCMTK - Installation
Topic: Compiling for Android - get Error: g++.exe: error: unrecogn
Replies: 5
Views: 8871

Re: Compiling for Android - get Error: g++.exe: error: unre

Solved both problems...

Emulater Problem: as soon as the problem comes...it's gone...but I don't really understand it

GGK
by GGK
Tue, 2015-09-15, 15:05
Forum: DCMTK - Installation
Topic: Compiling for Android - get Error: g++.exe: error: unrecogn
Replies: 5
Views: 8871

Re: Compiling for Android - get Error: g++.exe: error: unre

I will check your hint... but on the way find a solutione on my own...I deleted the cache of CMake so I have to start again.. :cry: Now I have problems to get start the emulator (it runs under Windows commandline useing the Commandline Output from CMake). Starting the Android device emulator... Emul...
by GGK
Tue, 2015-09-15, 13:32
Forum: DCMTK - Installation
Topic: Compiling for Android - get Error: g++.exe: error: unrecogn
Replies: 5
Views: 8871

Compiling for Android - get Error: g++.exe: error: unrecogn

Hi, trying to compile DCMTK for Android following your manual http://support.dcmtk.org/redmine/projects/dcmtk/wiki/Howto_CompileAndroid I get the named error in CMake 3.3.1, Win7, NDK r10e. In my android.toolchain.cmake file the flag "-mfloat-abi=softfp" is set for my ANDROID_ABI which is ...