> On 22 May 2015, at 08:21, Stefan Weil <[email protected]> wrote:
>
> ... If anybody knows a simple tool to get all non-standard DLL dependencies
> for a set of Windows executables,
"all dependencies" are hard to get, but I use "${cross-prefix}-objdump -x" to
get the direct dependencies.
also please note that mingw-w64 64-bits does not use _sjlj.dll but _seh.dll.
I never had problems with my windows 64-bits build script on Debian 8, the .exe
starts properly, but crashes if the target uses SysTick.
regards,
Liviu