similar to: [LLVMdev] I can debug llvm source code by lldb on iMac

Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] I can debug llvm source code by lldb on iMac"

2012 Nov 05
0
[LLVMdev] I can debug llvm source code by lldb on iMac
You should be able to create an xcode project using cmake and then use that to build and debug llvm (as you've discovered how to create an xcode project). Doug may know more. -eric On Sun, Nov 4, 2012 at 4:36 AM, gamma_chen <gamma_chen at yahoo.com.tw> wrote: > Ten days ago, I asked "Can I debug llvm source code by iMac Xcode?". I > still cannot do it now, but I can
2012 Nov 19
4
[LLVMdev] My documentation work
Sean, I refresh my book "Write a llvm backend tutorial for cpu0 version 3" in https://www.dropbox.com/sh/2pkh1fewlq2zag9/r9n4gnqPm7 Best regards Jonathan
2012 Nov 19
0
[LLVMdev] My documentation work
> I refresh my book "Write a llvm backend tutorial for cpu0 version 3" in https://www.dropbox.com/sh/2pkh1fewlq2zag9/r9n4gnqPm7 Great! I'm glad to see it coming along. Could you maybe explain a couple changes and improvements since the previous version? Just a few days ago somebody in IRC was looking for documentation on how to write a backend. Your book was one of the first
2012 Nov 19
0
[LLVMdev] My documentation work
On Mon, Nov 19, 2012 at 03:50:46PM +0800, Jonathan wrote: > Sean, > > I refresh my book "Write a llvm backend tutorial for cpu0 version 3" in https://www.dropbox.com/sh/2pkh1fewlq2zag9/r9n4gnqPm7 Do you also update this link? http://ccckmit.wdfiles.com/local--files/book/LLVMBackendBook.pdf Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of
2013 Aug 08
2
[LLVMdev] lld build
Hi, Currently, I can build lld/llvm on Fedora 17 but fail to build it on iMac. The commands I use as follows. Anyone can help me? Or is there the lld mail list I can post the question? Linux/Fedora can be built by the following command cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_FLAGS=-std=c++11 -DCMAKE_BUILD_TYPE=Debug -G "Unix Makefiles" ../src/ make iMac
2013 Aug 08
0
[LLVMdev] lld build
Le 8 août 2013 à 07:22, gamma_chen <gamma_chen at yahoo.com.tw> a écrit : > Hi, > > Currently, I can build lld/llvm on Fedora 17 but fail to build it on iMac. The commands I use as follows. Anyone can help me? Or is there the lld mail list I can post the question? > > Linux/Fedora can be built by the following command > cmake -DCMAKE_CXX_COMPILER=clang++
2011 Jan 11
5
Connecting an iMac to os/2
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I have an iMac v10.6. I'd like to get it to connect to an old os/2 server, v4.5 fp3. Using smbutils on the iMac: $ smbutil -v view //sma-server1.sma.com smbutil: server connection failed: RPC struct is bad Can anyone suggest what changes may be made that will correct this error? Is it even possible? - -- James Moe moe dot james at
2013 Nov 23
1
Finally.... CentOS on iMac core 2
I've been trying several combinations of OSX, CentOS to try and get CentOS installed on an old iMac. I finally first installed OS X, then installed CentOS in the open space after OS X. With refit installed and selecting CentOS, it starts booting but get a screen that a boot device can't e found. So I then install Xubuntu with the option to replace OS X. After Xbuntu is installed and then
2015 Jun 03
2
iMAC does not shutdown
Hi everybody! It has been a journey but I almost manage to make my UPS properly communicate. This is the config: UPS Mecer/Mustek 2000 VA connected via USB with blazer_usb driver. MASTER Raspberry PI-1 SLAVE Raspberry PI-2 SLAVE iMac OSX 10.10.3 I can get access to the UPS from any of the three devices successfully. Problems: 1. When I launch /usr/local/ups/sbin/upsmon -c fed for testing I see
2012 Nov 19
1
[LLVMdev] My documentation work
Mr. Chen, The link is out of date, please go to http://ccckmit.wikidot.com/ and select LLVM row in the table. My first version book is put on my brother's web site. Now, I create my Dropbox link. Best regards Jonathan --- 12/11/19 (一),陳韋任 (Wei-Ren Chen) <chenwj at iis.sinica.edu.tw> 寫道: 寄件者: 陳韋任 (Wei-Ren Chen) <chenwj at iis.sinica.edu.tw> 主旨: Re: [LLVMdev] My documentation
2015 Jun 04
2
iMAC does not shutdown
Thanks for your help! In red below. Cheers simone On Thu, Jun 4, 2015 at 2:45 PM, Charles Lepple <clepple at gmail.com> wrote: > On Jun 3, 2015, at 11:45 AM, Simone Severini <severini.simone at gmail.com> > wrote: > > Hi everybody! > It has been a journey but I almost manage to make my UPS properly > communicate. > > This is the config: > > UPS
2009 Mar 22
1
Asterisk on iMac G3 Debian5 (powerpc)
I've recently installed the latest Debian Linux for powerpc onto and old iMac (version A) the original iMac with a 233Mhz G3 processor and 160MB of sdram. The debian install went smooth and so the the apt-get install of Asterisk 1.4.21 It appears to have no functioning zaptel or ztdummy module. Is because of hardware? or is it because whoever built the package didn't include a full
2015 Jun 05
2
iMAC does not shutdown
Thanks, yes from macports. Sent from my iPhone > On 05 Jun 2015, at 04:21, Charles Lepple <clepple at gmail.com> wrote: > > >> On Jun 4, 2015, at 10:41 AM, Simone Severini <severini.simone at gmail.com> wrote: >> >> Thanks for your help! >> In red below. >> Cheers >> simone >> >> >> >>> On Thu, Jun 4, 2015
2013 Feb 20
0
[LLVMdev] Is va_arg correct on Mips backend?
Does it make a difference if you give the "-target" option to clang? $ clang -target mips-linux-gnu ch8_3.cpp -o ch8_3.bc -emit-llvm -c The .s file generated this way looks quite different from the one in your email. On Tue, Feb 19, 2013 at 5:06 PM, Jonathan <gamma_chen at yahoo.com.tw> wrote: > I didn't have Mips board. I compile as the commands and check the asm >
2012 Oct 22
0
[LLVMdev] Can I debug llvm source code by iMac Xcode?
Hi, I can build llvm3.1 source code by CMAKE first, which generate LLVM.xcodeproj. And then open it by iMac Xcode and build llvm project execution files, clang, llc, llvm-as, ... . But I don't know how to debug it on Xcode IDE since the menu "Product -- Test" is grey color (not enabled). I am writing a llvm backend for fun and used to debug it on linux by gdb -args llc ... . I
2013 Feb 20
3
[LLVMdev] Is va_arg correct on Mips backend?
I didn't have Mips board. I compile as the commands and check the asm output as below. 1. Question: The distance of caller arg[4] and arg[5] is 4 bytes. But the the callee get every arg[] by 8 bytes offset (arg_ptr1+8 or arg_ptr2+8). I assume the #BB#4 and #BB#5 are the arg_ptr which is the pointer to access the stack arguments. 2. Question: Stack memory 28($sp) has no initial value. If
2018 Jun 06
2
Apple iMac OS X 10.13.5 | Powershield Defender 1200 UPS
Hi All, I am trying to install and configure NUT [ 2.7.4 ] to shutdown my iMac [ 10.13.5 ] via my Powershield Defender 1200 UPS when the UPS reaches a specified lower battery condition. The Defender 1200 attaches to the iMac via USB. The Defender appears on the the HCL - The required driver is 'blazer_usb' The UPS is visible on the USB bus as: USB to Serial: Product
2010 Jan 07
10
[Bug 25938] New: black screen on the iMac powerpc using nouveau
http://bugs.freedesktop.org/show_bug.cgi?id=25938 Summary: black screen on the iMac powerpc using nouveau Product: xorg Version: unspecified Platform: PowerPC OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2018 Jun 06
1
Apple iMac OS X 10.13.5 | Powershield Defender 1200 UPS
I got my USB ups reporting on macOS, but it was quite a while ago, I’ll have to dig into how I did it.. I do remember is wasn’t simple.. ( actually is was long drawn out pain in the …. ) Maybe search for posts from me, I’ll check what I did on the weekend and get back to you.. Or, buy an APC.. as they will just appear in Energy Saver.. > On 6 Jun 2018, at 15:41, Charles Lepple
2012 Nov 20
1
[LLVMdev] My documentation work
Sean, Thank your valuable opinion. I am doing the revision history now. I also review my book and find I made a mistake in LDI instruction. According cpu0, this instruction is move immediate value (for example, 5) to register, not add immediate value to register. I need to fix this for reader's feeling. I am an experienced programmer and I am less-experienced book writer. Please correct me if