From: Uwe B. <bo...@el...> - 2011-12-09 09:32:43
|
>>>>> "Go" == Go Leafs Go <go...@ya...> writes: Go> Hi Just wondering if anyone has any suggestions on how to build Go> windows executables xc3sprog on opensuse? Go> I installed mingw32, cross compiler, downloaded precompiled libftdi Go> I can successfully build linux exeuctables. However I am having Go> problems building windows executables. Go> any suggestions? In theory: Readme.Cmake In practice: mkdir win32 cd win32/ cmake -DCMAKE_TOOLCHAIN_FILE=../Toolchain-mingw32.cmake .. /spare/bon/xc3sprog/co/xc3sprog/trunk/ioftdi.cpp: In member function `unsigned int IOFtdi::readusb(unsigned char*, long unsigned int)': /spare/bon/xc3sprog/co/xc3sprog/trunk/ioftdi.cpp:573: error: invalid conversion from `unsigned int*' to `DWORD*' /spare/bon/xc3sprog/co/xc3sprog/trunk/ioftdi.cpp:573: error: initializing argument 4 of `FT_STATUS FT_Read(void*, void*, DWORD, DWORD*)' mak Try again after SVN update. And be sure to have the import libraries available. Bye -- Uwe Bonnes bo...@el... Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt --------- Tel. 06151 162516 -------- Fax. 06151 164321 ---------- |