From: Thorsten O. <ad...@th...> - 2025-04-30 14:53:19
|
On Mittwoch, 30. April 2025 14:43:30 CEST WongCK via Freemint-discuss wrote: > I am probably the only person seeing this phenomena as I compile on the > Falcon..... that's where the enjoyment happens. That would be another hint that ftruncate()/truncate() is the culprit. When cross-compiling, that will use the hosts system function, and works. When running natively on mint, it may work or not, depending on which filesystem is in use. It could also be that there is somewhere a bug, either in mintlib, or the kernel, or the filesystem driver. Hard to tell. You could try using the -o <filename> option when running strip. That should create a new file, rather than operating on the existing file. |