Allen Byrne
Allen Byrne
> * Why is this targeting milestone "HDF5 1.8.22 release", which is already released? > * Why is milestone "HDF5 1.8.22 release" still open after release? Thank you for pointing...
This file also seems to be handled as it has the same stack trace as #586. HDFView error stack: [java] https://github.com/HDFGroup/hdf5/pull/12: /HDF_Projects/hdf5/dev/src/H5Fio.c line 141 in H5F_block_read(): attempting I/O in temporary...
Using current develop: there was no crash and it produced this error stack: HDF5-DIAG: Error detected in HDF5 (1.13.4-1) thread 0: #000:/HDF_Projects/hdf5/dev/src/H5L.c line 1988 in H5Lvisit_by_name2(): link visitation failed major:...
No crash as error is handled in current develop
Still issue in current develop
You can pre-populate the file needed - you need to do a search. However we do have CMake support in the src/CMakeLists.txt file for using the file. About line 1028...
Some references first: CMake toolchains: https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html aarch64 on Ubuntu: https://discourse.cmake.org/t/cross-compile-for-aarch64-on-ubuntu/2161/10 Using clang(includes an addendum for gcc) on windows to arm: https://stackoverflow.com/questions/54539682/how-to-set-up-cmake-to-cross-compile-with-clang-for-arm-embedded-on-windows?rq=1 CMake NDK: https://developer.android.com/ndk/guides/cmake A note found during search: make...
Initial release_docs file: INSTALL_cross_compile.txt ` // HDF5 Build and Install Instructions for Cross Compiling Cross-compiling has several consequences for CMake: CMake cannot automatically detect the target platform. CMake cannot find...
The one file that needs to be pre-generated is the H5Tinit.c file. The variables indicated in the error log (see above) are the variables that need to match the target...
There may be more HDF5 files that will need adjustments for different platforms, but H5Tinit.c is the key file. The next possible issue might be the H5pubconf.h file that is...