Notes |
|
(0000203)
|
andras
|
2010-01-09 09:27
|
|
|
|
|
Large files are not supported by default on Linux (gcc)/mingw. |
|
|
(0000320)
|
andras
|
2010-06-26 10:07
|
|
Reopened because issue is still present in 4.1. Seems like the bug was closed without testing it. |
|
|
(0000341)
|
miklos
|
2010-11-29 00:07
|
|
I think the ide should also be tested before marking this as fixed, as in my experience it cannot open elog files larger than 2GB. |
|
|
|
Added the -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 macros to CFLAGS (for Linux/32-bit) to turn on the LFS support.
Tested LFS also on
- Mac OS 10.5 (passed) lfs seems to be default even on 32bit progs,
- Windows XP (with the bundled MINGW)) - also supports LFS
- and using the patch, Linux32 bit is also working.
For further info regarding GCC's LFS features:
http://www.suse.de/~aj/linux_lfs.html [^] |
|
|
(0000690)
|
rhornig
|
2012-01-16 16:51
(edited on: 2012-01-16 16:54) |
|
ohh. Mingw build still not supported large files as of omnet 4.2.
With 4.2.1 mingw builds (including the uilib) should support large files. (added ftell64, fseek64 etc. macros for mingw in platmisc.h)
|
|