similar to: Debugging .a library created with winegcc

Displaying 20 results from an estimated 20000 matches similar to: "Debugging .a library created with winegcc"

2006 Mar 02
1
Error while compiling code using wineg++ / winegcc
Hi!! I am not able to compile a test program on solaris using winegcc tool. Can anybody help? Here's the program source code: // file test.cpp #include <stdio.h> #include <windows.h> int main () { SYSTEMTIME lpSystemTime; GetSystemTime(&lpSystemTime); printf("Today is: %d/%d/%d\n", lpSystemTime.wYear,
2002 Aug 26
1
invalid adress when using winedbg
running winedbg manually to debug a program, it says that an adress is invalid when trying to set breakpoints. here is my cmdline: $ winedbg iexplore.exe (happens with all programs) fixme:console:SetConsoleCtrlHandler (0x403a1d30,1) - no error checking or testing yet WineDbg starting on pid 84509d8 Breakpoint 1 at 0x00401ee6 Invalid address, can't set breakpoint You can turn on deferring
2010 Oct 24
3
winegcc on non-x86 system
yes, winegcc generates x86 output. I ever conpiled it on a non-x86 box. I did not remember whether the generated winegcc generated native code or x86 code. e.g, how winegcc generates powerpc code.
2012 May 06
1
Re: debugging wine
Trying to set breakpoints at process start I stumbled across this thread. I've got a Windows program which calls several other programs in the course of its execution. Is there really no easy way to stop software consisting of several executables between two executable calls?
2010 Oct 24
4
winegcc and g++
I failed to link a .so built with g++ to wine. winegcc can not link g++ .o files to .so file. how can I use c++ with wine?
2009 Feb 21
2
Compiling Winelib application under x86_64
Hi All I'm trying to compile the following program int main() { return 0; } I generated a makefile using winemaker running make I get wineg++ -c -mno-cygwin -o test.o test.cpp wineg++ -mwindows -mno-cygwin -o test.exe.so test.o -lodbc32 -lole32 -loleaut32 -lwinspool -luuid ld: Relocatable linking with relocations from format elf32-i386
2004 Oct 16
1
Debugging advice
Hi folks, I am trying to debug a scientific / engineering application called SRIM (www.srim.org, particularly the batch-mode version of SRIM 2003 called "SRModule"). This is my first experience with a debugger like winedbg, so I am still learning how best to use it. My question for now is: given a known breakpoint, and a value to watch (in this case $ecx), is there an easy way to find
2009 Mar 26
1
winegcc and 'undefined reference's for names from gdi32
Hello! Problem with winegcc. Could you please write me where is my mistake? t:~$ LANG=C make pc winegcc -o inkdemo.pc src/*.c -linkview -lfreetype -ljpeg -lz /usr/local/lib/libinkview.a(hw_emulator.o): In function `eink_waveform': hw_emulator.c:(.text+0xa22): undefined reference to `SetBitmapBits' hw_emulator.c:(.text+0xa73): undefined reference to `BitBlt'
2006 Jul 14
0
ld -r failed with status 256
Hi, I'm trying to compile (windows) cpp-sources on a Sun Fire X2100 using wineg++. I have managed that all sources are compiled without complain, but finally ld aborts with an error message about i386 and x86-64 architecures. Any idea, what I should do? thx, teb $wineg++ *.cpp ld: Relocatable linking with relocations from format elf32-i386 (/usr/lib/wine/libwinecrt0.a(exe_entry.o)) to
2009 Jan 01
1
wineg++ and conio.h problem
Here is a sample code: Code: #include <iostream> #include <cstdlib> #include <wine/msvcrt/conio.h> int main() { std::cout << "Press something...\n"; getch(); return EXIT_SUCCESS; } and here is the compile log: (two things are translated from polish so may differ a bit but meaning is the same) Code: szczerb at nomad ~/projekty/wine/temp $ make wineg++ -c
2007 Mar 19
4
exec: 29: /usr/bin/wine: not found
Hi, I?ve installed wine on Ubuntu 6.10 64bit using the following guide : http://www.ubuntuforums.org/showthread.php?t=185557 but, when I type winecfg in Terminal I get the following error : exec: 29: /usr/bin/wine: not found Dunno if it may help, but here?s a terminal shot of when wine was getting installed. matt@ubuntu:~/Desktop$ dpkg -x lib libartsc0_1.3.2-3_amd64.deb
2009 Dec 15
1
Strange Winsock problem
Hello, I try to port a small program (Windows resouces manipulation tool) on MacOSX, but I've a strange compilation problem : Code: wineg++ -c -I. -I/usr/local/include/wine -I/usr/local/include/wine/windows -o ExeIconManipulation.o ExeIconManipulation.cpp /usr/include/sys/_select.h:47: error: declaration of C function ?int select(int, fd_set*, fd_set*, fd_set*, timeval*)? conflicts
2019 Nov 04
4
Debugging clang with debugger breakpoints ?
Hi All, I want to understand some parts of ‘clang' by setting debug breakpoints. I have successfully done so with “llc” but I found that debugger breakpoints do not work for ‘clang’ The apparent cause is that the clang code is run as a child process which is created in the ‘Execute' function of ‘Program.inc'. The debugger stops fine at breakpoints set on the main thread, but
2004 Sep 19
0
MFC compile problem
HI ALL: I can not compile MFC successfully due to the resource file 'afxres.rc'. Can you give some suggestions to solve this problem or share your experience on compiling MFC? Thank you. version of OS: [ken@Linux80 mfc]$ uname -a Linux Linux80 2.4.18-14 #1 Wed Sep 4 12:13:11 EDT 2002 i686 athlon i386 GNU/Linux version of MFC source is the MFC version released with VC 6.0 I compiled it
2011 Aug 24
2
debugging functions in R
Hi, I am not sure if this is the right list to ask this question (though I did not find a more appropriate one). I've started using R a month ago, and small scripts work fine. However, when I start writing more complex code, it gets messy. 1. Is there any way to debug "normally", with breakpoints? 2. I am using the Eclipse plugin (StatET), and tried JGR(). Is there an IDE that
2019 Nov 04
2
Debugging clang with debugger breakpoints ?
Hi David, Thank you for your help. Please, can you elaborate on this?. The command line that I get with -### starts with this: clang version 9.0.1 (https://github.com/llvm/llvm-project.git 6e38ee067b8fa08792f551fb565bbb8ada4864b1) Target: msp430 Thread model: posix InstalledDir: /Users/joan/LLVM-9/llvm-project/build/Debug/bin "/Users/joan/LLVM-9/llvm-project/build/Debug/bin/clang"
2003 Aug 19
1
Problems building dlls for use with winelib
Hi, I am currently having trouble building the DLLs of an application ported from Win32 to Winelib - compiling, thanks to some hints from Dimi O. Paun, now works fine, only(?) the final linking step fails. Since Winelib-documentation is unfortunately pretty outdated, I tried to orientate myself on the makefiles of the Winelib dlls in the cvs /wine/dlls/ directory. I tried the following
2001 Apr 18
1
Breakpoints in winedbg
Hello, With wine-20010326 breakpoints doesn't seem to work. Did anyone else experienced this or am I doing something wrong? I did the following: $ winedbg setup.exe Wine-Dbg> break FindResourceA Wine-Dbg> continue The application runs as there were no breakpoints set, calls the function with the breakpoint several times without stopping on it. After the application ends winedbg
2006 Jun 26
2
Compilation error using winegcc
Hello!! I am new user to Wine. I have downloaded Wine-0.9.15 sources on solaris box and tried to compile a simple "Hello World" program using WineLib. I am getting following error: winegcc: -Wl,-G,-B,symbolic failed. *** Error code 2 make: Fatal error: Command failed for target `helloworld.so' Can anybody guide me as to what went wrong? I have following environment setup
2009 Jan 31
2
Re: Debugging Xen via serial console
Hi, kdb: to debug xen hypervisor, could also debug guests gdbsx: to debug PV/HVM linux guests The tree is : http://xenbits.xensource.com/ext/debuggers.hg See README-dbg. You''ll need to setup serial access for kdb. Thanks, Mukesh > > Hi Dan, > > I''m currently using your version of ssplitd as it is. I haven''t tried > kdb. For some reason I