Re: [Sdcc-user] Is anyone using --fdollars-in-identifiers?

2022-07-18 Thread Dave McGuire
definitely do not use (or like) them. -Dave -- Dave McGuire, AK4HZ New Kensington, PA ___ Sdcc-user mailing list Sdcc-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sdcc-user

Re: [Sdcc-user] Question about retargeting.

2020-11-10 Thread Dave McGuire
me in the right direction that would be greatly appreciated. I can't readily help you with this, but I have to say, it really put a smile on my face to read it! -Dave -- Dave McGuire, AK4HZ New Kensington, PA ___ Sdcc-user ma

Re: [Sdcc-user] eZ80

2018-09-23 Thread Dave McGuire
than support for ADL mode. > > How useful would an ez80 backend in SDCC, which would generate code for > the Z80 mode of the eZ80 be? Wow, yes. I'd certainly use such functionality. -Dave -- Dave McGuire, AK4HZ New Kensington, PA __

Re: [Sdcc-user] Programmers - Hardware

2016-03-30 Thread Dave McGuire
ell me this week. >> Photos of my setup are available upon request, if you're curious. > > pics or it didn't happen. Heh, ok. I will take some pics this afternoon. -Dave -- Dave McGuire, AK4HZ New Kensington, PA

Re: [Sdcc-user] Programmers - Hardware

2016-03-30 Thread Dave McGuire
dation (#12889) > > www.mcmackins.org www.delwink.com > www.gnu.org www.fsf.org > > On 03/30/2016 01:01 PM, Dave McGuire wrote: >> On 03/30/2016 01:24 PM, Gavin Bauer wrote: >>> Not quite sdcc relelated directly, just thought I'd get some help on a >>> hardwa

Re: [Sdcc-user] Programmers - Hardware

2016-03-30 Thread Dave McGuire
> Current devices used are mainly 80c32 based. I'm primarily Atmel. I gave up on computer-tethered programmers decades ago due to exactly this problem. I use a Data I/O UniSite, which is a standalone machine. I have never looked back. Life is too short for toy PC-based device programmers.

Re: [Sdcc-user] Z180 port status?

2015-02-01 Thread Dave McGuire
to do anything at all with I/O using just a "blink the LED" program in assembler. When I get past that hurdle I'll give SDCC a whirl on it. -Dave -- Dave McGuire, AK4HZ/3 New Kensington, PA ---

Re: [Sdcc-user] Z180 port status?

2015-01-30 Thread Dave McGuire
Perfect. Thank you! -Dave -- Dave McGuire, AK4HZ/3 New Kensington, PA -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot

Re: [Sdcc-user] Z180 port status?

2015-01-26 Thread Dave McGuire
g variables in banked memory? I ask because I am putting together a Z180-based SBC and want to do some neat things with it using SDCC. -Dave -- Dave McGuire, AK4HZ/3 New Kensington, PA -- Dive into the

[Sdcc-user] Z180 port status?

2015-01-21 Thread Dave McGuire
Hi folks. Someone (Philipp, I think) wrote some Z180 support for SDCC a couple of years ago. What's the current status of that support? Thanks, -Dave -- Dave McGuire, AK4HZ/3 New Kensingto

Re: [Sdcc-user] How to Convert Intel Hex to Binary

2013-12-23 Thread Dave McGuire
poses. > Though there are many tools on the internet, is there a built-in tool > inside SDCC? There isn't that I'm aware of. On a UNIX system with GNU binutils installed, you can do this: $ objcopy -Iihex -Obinary in.hex out.bin -Dave -- Dave M

Re: [Sdcc-user] Help - About AVR Branch of SDCC

2013-12-20 Thread Dave McGuire
s controller designs which are AVR-based. > Besides it's hard > to push through changes (this issue has many facets I won't discuss > here) and mere users' requests are generally seen as annoyance. Atmel > has hijacked it in the very same way as TI for msp-gcc (being bash

Re: [Sdcc-user] Help - About AVR Branch of SDCC

2013-12-19 Thread Dave McGuire
On 12/19/2013 05:40 PM, Masur Jonathan wrote: > Le 19.12.2013 11:12, Dave McGuire a écrit : >>Well, GCC supports AVR because people wrote AVR support into GCC. ;) >> AVR is a bit more "compiler friendly" than, say, the Z80. > > Well, I'm not familiar wi

Re: [Sdcc-user] Help - About AVR Branch of SDCC

2013-12-19 Thread Dave McGuire
the Z80. Indeed, and a much "bigger" processor, in more than just address space. GCC was/is pretty much the compiler of choice for 68K stuff. It was generally just about the first thing I'd install on a new Sun work

Re: [Sdcc-user] Help - About AVR Branch of SDCC

2013-12-19 Thread Dave McGuire
certainly has potential to support 8-bitters much better than gcc, but > it's unlikely anybody will invest into the avr branch now - it's easier to > learn to live with the limitations of avr-gcc. What limitations? I use it every day at work, it works great for me.

Re: [Sdcc-user] Help - About AVR Branch of SDCC

2013-12-19 Thread Dave McGuire
ozen nice consistent standard ones. No thanks. -Dave -- Dave McGuire, AK4HZ New Kensington, PA -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a

Re: [Sdcc-user] Help - About AVR Branch of SDCC

2013-12-19 Thread Dave McGuire
, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > ___ > Sdcc-user mailing list > Sdcc-user@lis

Re: [Sdcc-user] memory test on power up

2013-09-08 Thread Dave McGuire
; ;) ROFL!! Nicely done. :-) A big, red, ominous-looking LED. :) -Dave -- Dave McGuire, AK4HZ New Kensington, PA -- Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to

Re: [Sdcc-user] memory test on power up

2013-09-08 Thread Dave McGuire
se is there some way to perform a similar test on read only code > memory or on in system programmable flash memory? As another list member noted, this is usually done by storing a checksum somewhere in the firmware load, and computing/testing it. That's pretty effective, and very comm

Re: [Sdcc-user] Alternates to Atmel 89C55WD

2013-08-31 Thread Dave McGuire
On 08/31/2013 01:11 AM, jon wrote: > On Fri, 2013-08-30 at 18:56 -0400, Dave McGuire wrote: >> On 08/30/2013 02:20 PM, jon wrote: >>>> Thanks to all that replied to my shockingly newbie question! I googled >>>> more and found the answers I needed. I love SDCC! But

Re: [Sdcc-user] Alternates to Atmel 89C55WD

2013-08-30 Thread Dave McGuire
ards what other hardware you > can buy for the money and its a no contest. Plus having a linux kernel > gives me networking, filesystems, displays etc. ...and a rather dramatic amount of complexity to control eight relays. Good heavens. I think I need a stiff drink aft

Re: [Sdcc-user] Alternates to Atmel 89C55WD

2013-08-30 Thread Dave McGuire
ally good processors. Well I kept enough from my last employer that I'll have plenty for my own projects. ;) -Dave -- Dave McGuire, AK4HZ New Kensington, PA -- Learn the latest--Visual Studio 20

Re: [Sdcc-user] Alternates to Atmel 89C55WD

2013-08-30 Thread Dave McGuire
p "external" RAM. I've done several commercial and hobby projects with that chip, and SDCC, with great results. -Dave -- Dave McGuire, AK4HZ New Kensington, PA -- Learn the latest--Vis

Re: [Sdcc-user] AT89C55WD (8051) question about external SRAM

2013-08-29 Thread Dave McGuire
s51 implementations that have on-chip memory in that address space, transparently. I've done bunches of work with the Philips (erm, NXP) P89C66x chips, for example, which have "external" RAM implemented in that fashion

Re: [Sdcc-user] mcs51-disasm.pl

2013-01-27 Thread Dave McGuire
s and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > ___ > Sdcc-user mailing list > Sdcc-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/sdcc-user > -- Dave McGuire, AK4HZ New Kensin

Re: [Sdcc-user] Super 6502s, was Re: Adding support for the 6502 processor

2012-09-05 Thread Dave McGuire
On 09/05/2012 02:29 PM, Groepaz wrote: > On Wednesday 05 September 2012, Dave McGuire wrote: >> On 09/05/2012 06:52 AM, Groepaz wrote: >>> err, no - the PCE uses a NEC "HuC6280" CPU, which is "6502 like", but >>> contains a bunch of rather specific ex

[Sdcc-user] Super 6502s, was Re: Adding support for the 6502 processor

2012-09-05 Thread Dave McGuire
py and paging?? Wow. Are these chips available anywhere? -Dave -- Dave McGuire, AK4HZ New Kensington, PA -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and

Re: [Sdcc-user] Adding support for the 6502 processor

2012-09-02 Thread Dave McGuire
nged and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > ___ > Sdcc-user mailing list > Sdcc-user@lists

Re: [Sdcc-user] SDCC for 80C85

2012-07-01 Thread Dave McGuire
it may be possible to allow for the use of the 8085's two additional instructions, perhaps via the peephole optimizer. I don't recall what those two additional instructions do, or if they're worth bothering with.

Re: [Sdcc-user] SDCC for 80C85

2012-07-01 Thread Dave McGuire
con Labs 8051s with > built-in debug and flash and all of that? Umm, because the OP wants to use an 8085? -Dave -- Dave McGuire, AK4HZ New Kensington, PA -- Live Security Virtual Conference Exclusive liv

Re: [Sdcc-user] trying to learn how to use C code for interrupts on Z80, CTC, SIO

2012-06-19 Thread Dave McGuire
code with an ISR defined in it as above and look at the assembly listing. This part of the Z80 support seems to be incompletely documented. (I didn't know you had gotten that far on your board yet...I'm swamped until the ~24th with a work deadline bu

Re: [Sdcc-user] State of the z80 port

2012-02-05 Thread Dave McGuire
r2k, gbz80)? Which bugs or missing > features are most important to you? In case you use z88dk: Which ones > do you consider most important for the use of sdcc in z88dk? Support for the eZ80 family might be nice, for that wider address spac

Re: [Sdcc-user] Automatic Bank Allocation for mcs51 model-huge

2011-10-27 Thread Dave McGuire
2430 is, I've written a script which > gets invoked by the build system. Things work like this: ... I think this is a fantastic idea. The next step might be inter-bank call analyses to add a "placement weight" (or something like that) to optimize function destination segments f

Re: [Sdcc-user] Z180 port

2011-09-24 Thread Dave McGuire
his is fantastic news! Thank you so much for doing this!! > P.S.: Which features would you like to see next in the Z180 port? Expanded addressing support! -Dave -- Dave McGuire Port Charlotte, FL ---

Re: [Sdcc-user] Which Z80-based processor do you use?

2011-09-03 Thread Dave McGuire
ffort. I'd be very happy to see Z180 enhancements. I have a bunch of those chips here and am planning to do some projects with them in the longer term. I agree that -mz180 would be the best way to enable this. -Dave -- Dave

Re: [Sdcc-user] Undocumented Z80 instructions

2011-09-03 Thread Dave McGuire
I would say definitely yes, but control their use with a compiler option. When the Z80 was considered a mainstream processor for general-purpose computing, in the CP/M era, lots of software, both commercial and otherwise, used the undocum

Re: [Sdcc-user] Which Z80-based processor do you use?

2011-08-31 Thread Dave McGuire
0 > * eZ80 > * Rabbit 2000 / 3000 > * Rabbit 3000A > * Rabbit 4000 / 5000 > * Other (please indicate) > > Implementation: > * Z8400A > * Z84C0004 > * T80 > * TV80 > * Wishbone Z80 > * NextZ80 > * Other (please indicate) Plain old Z80 here, though I'll

Re: [Sdcc-user] PIC18F45K80 support

2011-08-12 Thread Dave McGuire
I tried it briefly. ...which is, of course, its intended purpose. -Dave -- Dave McGuire Port Charlotte, FL -- FREE DOWNLOAD - uberSVN with Social Coding for Subversion. Subversion made easy with a c

Re: [Sdcc-user] PIC18F45K80 support

2011-08-12 Thread Dave McGuire
Interesting that they would do that. -Dave -- Dave McGuire Port Charlotte, FL -- FREE DOWNLOAD - uberSVN with Social Coding for Subversion. Subversion made easy with a complete admin console. Easy to use, e

Re: [Sdcc-user] Caves, was Re: sdcc snapshot builds

2011-08-02 Thread Dave McGuire
aster and more productive choice for me. > p.s. I wish I could say I never used Windows, but at least I have been on Unix > since version 7. Nice! -Dave -- Dave McGuire Port Charlotte, FL -- Blac

[Sdcc-user] Caves, was Re: sdcc snapshot builds

2011-07-31 Thread Dave McGuire
her on my desk. VAX (several), then DECstation, then 68K Sun, then SPARC-based Suns (several), then SGI (several), now an OS X machine (now being phased out) and Sun. I think I had *one* of those machines crash *once*, for all-day/everyday use spanning 25 years...hence the "patience"

Re: [Sdcc-user] sdcc snapchot builds

2011-07-31 Thread Dave McGuire
pshot build machines once my racks are moved. Not the Windows one though, no Windows here. -Dave -- Dave McGuire Port Charlotte, FL -- Got Input? Slashdot Needs You. Take our quick survey online. Come

Re: [Sdcc-user] Some help needed (beginner)

2011-06-09 Thread Dave McGuire
Ahhh...nevermind. :) -Dave On 6/9/11 12:22 PM, Diego Herranz wrote: > But, PIC is configured to run with internal oscillator (_INTRC_IO), so > no xtal is needed. > > On Thu, Jun 9, 2011 at 5:46 PM, Dave McGuire <mailto:mcgu...@neurotica.com>> wrote: >

Re: [Sdcc-user] Some help needed (beginner)

2011-06-09 Thread Dave McGuire
t, do you have access to an oscilloscope? Have you verified that your loading capacitor(s) on the crystal are of an appropriate value? -Dave -- Dave McGuire Port Charlotte, FL -- EditLive Enterprise is t

Re: [Sdcc-user] Some help needed (beginner)

2011-06-08 Thread Dave McGuire
short notice for state changes and switching transients within the chip. If the impedance of the power supply is too high, as is likely the case with a nice long power cable on a "wall wart" style power supply, a 0.1uF ceramic capacitor between Vdd and ground close to the chip can lite

Re: [Sdcc-user] Nr. 17 in the Top 25

2011-05-19 Thread Dave McGuire
On 5/19/11 9:53 AM, Lin Rongrong wrote: > Besides the highest rank, it is also exciting that the original authur is > still keep an eye on the project. I was pleased to see this as well. :-) -Dave -- Dave McGuire Port Charlot

Re: [Sdcc-user] official SDCC forum

2011-05-14 Thread Dave McGuire
inbound email more effectively, or unsubscribe from some lists until your volume is more manageable. Don't try to make YOUR email volume issues everyone else's problem by mucking about with a proven, established, and well-liked community format. -Dave -- Dave McG

Re: [Sdcc-user] official SDCC forum

2011-05-14 Thread Dave McGuire
thing else. Personally, I try not to associate with those types of people. Since making that decision, I find my life is far more pleasant. -Dave -- Dave McGuire Port Charlotte, FL -- Achieve unpre

Re: [Sdcc-user] Merits of SDCC over proprietary?

2011-03-02 Thread Dave McGuire
ll. I've gotten far better support from the SDCC developers than I EVER have from a commercial software vendor. -Dave -- Dave McGuire Port Charlotte, FL -- Free Software Download: Index, Search & Analyze Lo

Re: [Sdcc-user] Thanks

2011-02-01 Thread Dave McGuire
several 8051-based projects over the years, both hobby and commercial, with great results. I've not yet used it for any Z80 stuff, but I will be doing a Z80-based project soon. It'd be great to see someone do a Z8 port. I'd work on one myself if I had more

Re: [Sdcc-user] 8048 support ?

2011-01-25 Thread Dave McGuire
ut a LOT of them were made, and they found their way into all sorts of stuff. Just the other day I saw a dental chair controller built around an 8748, still in service. (and probably will be for a very long time) -Dave --

Re: [Sdcc-user] 8048 support ?

2011-01-25 Thread Dave McGuire
have about 200 of them. And that's only the UV-erasable versions, not the OTPs or mask-programmed ones. Of course I'd never use one for a commercial design, but there's more to life than commercial designs. :) -Dave -

Re: [Sdcc-user] 8048 support ?

2011-01-25 Thread Dave McGuire
On 1/25/11 12:51 PM, Gert van der Knokke wrote: > Is it possible to tweak sdcc so that it generates 8048 code ? I personally don't know, but I must say, that would be very nice indeed! -Dave -- Dave McGuire Port Charl

Re: [Sdcc-user] Void Pointer Arithmetic Warnings

2010-10-15 Thread Dave McGuire
no mail from you in the future > Thanks, > Dan > > > > -----Original Message- > From: Dave McGuire [mailto:mcgu...@neurotica.com] > Sent: October 13, 2010 1:48 AM > To: sdcc-user@lists.sourceforge.net > Subject: Re: [Sdcc-user] Void Pointer Arithmetic Warnings &

Re: [Sdcc-user] Void Pointer Arithmetic Warnings

2010-10-12 Thread Dave McGuire
Hmm, and you didn't unsubscribe from this mailing list? Interesting! -Dave -- Dave McGuire Port Charlotte, FL On Oct 12, 2010, at 10:39 AM, "Gabbay, Dan" wrote: > I was going through similar kind of problems and eventually decided to > spend around $2

Re: [Sdcc-user] About SDCC AVR

2010-10-12 Thread Dave McGuire
e :-) That is a relief, I'm hoping to use it soon! :-) -Dave -- Dave McGuire Port Charlotte, FL -- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECM

Re: [Sdcc-user] [Off topic] 8051 core for Altera

2010-04-10 Thread Dave McGuire
On 4/11/10 2:14 AM, Ori Idan wrote: > Does anyone knows where can I get 8051 core to be implemented on Altera > FPGA? Is there one on opencores.org? There are many processor cores there; I'd be surprised if there weren't an 8051. -Dave -- Dave McGuire Po

Re: [Sdcc-user] building under Solaris: a little closer

2010-03-15 Thread Dave McGuire
o that configure the build process. This is how we have > done it > on cf-x86 (Linux amd64) and mirror-doors (Mac OS X ppc) snapshot build > machines. We can discuss abut this on a private channel... Ok. >>> Is Solaris on sparc or x86? >> >>This is on UltraSP

Re: [Sdcc-user] building under Solaris: a little closer

2010-03-15 Thread Dave McGuire
d for my immediate needs (two SCO virtual machines). I can easily spin up a few more VMs on it and get you Solaris/x86, NetBSD/ i386 and possibly FreeBSD, if it runs nicely under VMware (which it probably does).

Re: [Sdcc-user] building under Solaris: a little closer

2010-03-15 Thread Dave McGuire
looking at doing something with a PIC18 chip very soon. -Dave -- Dave McGuire Port Charlotte, FL -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find b

[Sdcc-user] building under Solaris: a little closer

2010-03-15 Thread Dave McGuire
it, and I'm not sure how much farther I'm going to get before I need to spend time on other things. I'm hoping that someone will be willing to make these portability changes whenever he/she has time. -Dave -- Dave McGuire Port Charlotte, FL ---

Re: [Sdcc-user] USB CDC or HID implementation on SDCC

2009-11-12 Thread Dave McGuire
> and go for the USB. Hmm. The whole world uses RS232 for that, and likely always will. I'd suggest getting a USB<->RS232 adapter. I've been using them for years and they work wonderfully. -Dave >

Re: [Sdcc-user] Old style C declaration error

2009-08-03 Thread Dave McGuire
but it's > so long ago I cannot remember now ;-) In K&R (pre-ANSI) C, the declaration would be: int (<-- no "void" type) Delay(t) uint16_t t; { ... } > -- Dave McGuire Port Charlotte, FL --

Re: [Sdcc-user] Simple question for someone

2009-05-04 Thread Dave McGuire
vga core (text only so far), an SD card, etc. All running > software compiled with sdcc hopefully :) > Hey, that sounds like fun! -Dave -- Dave McGuire Port Charlotte, FL -- The NEW KODAK i700 Series S

Re: [Sdcc-user] TUSB3210 and TUSB2136 (8051 with USB) headers, library and demo programs

2008-12-31 Thread Dave McGuire
should be distributed with SDCC. It is not a part of the compiler or the standard C library, so it shouldn't be distributed with it. It should definitely be made available, though...it sounds VERY useful!

Re: [Sdcc-user] 87C751 vs. lcall/ljmp

2008-12-05 Thread Dave McGuire
ode segment is 51 bytes smaller and the lcall/ljmp instructions are now acalls and ajmps. Thanks!! -Dave -- Dave McGuire Port Charlotte, FL -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in

Re: [Sdcc-user] 87C751 vs. lcall/ljmp

2008-12-05 Thread Dave McGuire
e joking, then I noticed that this option had been added in release 2.8. I'm running 2.7. I'll download it now and give it a shot. Thank you! -Dave -- Dave McGuire Port Charlotte, FL --

[Sdcc-user] 87C751 vs. lcall/ljmp

2008-12-05 Thread Dave McGuire
missing something stupid and obvious. -Dave -- Dave McGuire Port Charlotte, FL -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without

[Sdcc-user] I2C on 87C751?

2008-12-04 Thread Dave McGuire
Has anyone written any general-purpose routines for SDCC to deal with the on-chip I2C controller in the 87C751 that they'd be willing to share? Thanks, -Dave -- Dave McGuire Port Charlott

Re: [Sdcc-user] documentation & open source generally

2008-09-09 Thread Dave McGuire
f "Windows blinders". People who run Windows tend to only ever find Windows software, because they tend to look for software in places for which one finds Windows software. From my perspective, as someone who has *never* run Windows

Re: [Sdcc-user] documentation & open source generally

2008-09-09 Thread Dave McGuire
ailable for Windows, and aren't ever likely to be. Those vendors are porting to Linux, but not to Windows, as is not taken seriously for things like chip design or "large-scale" electronic design. (that said, I find it surprising that Linux IS being taken seriously in that

Re: [Sdcc-user] documentation & open source generally

2008-09-08 Thread Dave McGuire
ger from the key. Good lord, a single source file of four thousand lines? -Dave -- Dave McGuire Port Charlotte, FL - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the

Re: [Sdcc-user] documentation & open source generally

2008-09-07 Thread Dave McGuire
. My main 8/e system uses a TU56 as its system device. > My understanding was > that, when CP/M was being designed, half the winos on skid row > could "drive" > OS8, as it was so widely used. That made its console interface very > attractive. I'm not sure that

Re: [Sdcc-user] documentation & open source generally

2008-09-06 Thread Dave McGuire
y spaces in the instruction map. It's been like that for > decades, so > there's been no need for "new" assemblers. Touche', and point well taken. But not many people develop producti

Re: [Sdcc-user] documentation & open source generally

2008-09-06 Thread Dave McGuire
y processing is going to be the only file in the project, it can't assign absolute addresses, and thus only knows where things are if there's an ORG statement somewhere. This (usually) means that an assembler that also inextricably does (what we

Re: [Sdcc-user] documentation & open source generally

2008-09-06 Thread Dave McGuire
ecent, though. > Since I'd see no need for a linker in this context, I'd never have > looked at > the linker doc's to find out how to drive the assembler and > generate the > necessary output. This is useful information. Understood. I can see how that

Re: [Sdcc-user] documentation & open source generally

2008-09-06 Thread Dave McGuire
gt; --- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source

Re: [Sdcc-user] documentation & open source generally

2008-09-06 Thread Dave McGuire
ut from the > compiler. Where, if at all, are these directives documented, or, > how did > you find out what they are and when/why they're needed? The --code-loc and --data-loc directives should be self- explanatory, but if they aren't, they're in the SDCC documentation.

Re: [Sdcc-user] documentation & open source generally

2008-09-06 Thread Dave McGuire
stuff in there like interrupt vectors in assembly routines..) I've not yet used OMF51-format debugging support, but adding -- debug to your command lines should do the trick there. Let me know how it goes, and let me know if any other details on my code or setup would be helpful.

Re: [Sdcc-user] documentation & open source generally

2008-09-06 Thread Dave McGuire
is notorious for making messes? No...it means I should either develop the skills required to use the hammer properly, or find a line of work that doesn't involve the use of hammers. -Dave > --

Re: [Sdcc-user] documentation & open source generally

2008-09-05 Thread Dave McGuire
n't actually work that way. I'm tired of suggesting that you go write some code. Why don't you go have a meeting or something, and *I* will go write some code. It has become clear that you've become too mired in your procedures to ever get around to it. G'night.

Re: [Sdcc-user] documentation & open source generally

2008-09-05 Thread Dave McGuire
it. People buy it not because they prefer it, but because they're too clueless to realize that there are better ways to compute. I run up against this every day. Things are improving, but it's slow going. -Dave -- Dave McGuire Port Charlotte, FL -

Re: [Sdcc-user] documentation & open source generally

2008-09-05 Thread Dave McGuire
ose who tend to have practically unlimited budgets and employ development staff who hide behind procedures and documents to avoid actually being put on the spot by being required to...write code. -Dave -- Dave McGuire Port Charlotte, FL --

Re: [Sdcc-user] documentation & open source generally

2008-09-05 Thread Dave McGuire
gt; would > lead to better documentation. > > I'm still reading ... and hoping someone comes up with something I > can use > to further that goal. If you describe what particular difficulty you're hitting, people here (even I, someone who's about ready to wring

Re: [Sdcc-user] documentation & open source generally

2008-09-05 Thread Dave McGuire
you through any problems that you may run into. Even I, a person who you've pissed off in other forums time and time again, have sincerely offered assistance. Instead, you've chosen to waste your energy on this discussion for DAYS now. This is tickling a vague and disturbing

Re: [Sdcc-user] documentation & open source generally

2008-09-05 Thread Dave McGuire
ompentent > programmers, kicked upstairs because they were in the way, and > secondly > because they're hopelessly incompentent as managers of software > development, > possibly both. Richard, you talk like someone who has been "suitified" for far too long. The

Re: [Sdcc-user] documentation & open source generally

2008-09-05 Thread Dave McGuire
as I'm able to > determine from simulation. I want to assemble it in the SDCC suite's > assembler in order to generate the files that are palatable to > SiLabs' IDE, > so I can program their part and run their in-circuit debugger. This > requires the availability of

Re: [Sdcc-user] documentation & open source generally

2008-09-05 Thread Dave McGuire
ehavior is ALL that matters. As a case in point, I quite literally put food on the table with this "unusable" compiler for all of 2002 and 2003...while you're sitting here grumbling about it on a mailing list for the past three days. Stop griping and go write some code.

Re: [Sdcc-user] documentation & open source generally

2008-09-05 Thread Dave McGuire
an as an afterthought. That's nice in theory, but in the real world, it just doesn't work. That you're having such difficulties, and that this thread has gone on for days, illustrates this fact. -Dave > -- Dave McGuire Port Charlotte, FL

Re: [Sdcc-user] documentation & open source generally

2008-09-05 Thread Dave McGuire
that attitude is leaking into the adults as well. -Dave -- Dave McGuire Port Charlotte, FL - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applic

Re: [Sdcc-user] documentation & open source generally

2008-09-05 Thread Dave McGuire
On Sep 5, 2008, at 12:28 PM, Richard Erlacher wrote: >> Get in there, try things and if they don't work then you've learned >> something. >> > Yes ... I'll have learned that they don't work. Dear God, PLEASE tell me that you're kidding, Richa

Re: [Sdcc-user] documentation & open source generally

2008-09-04 Thread Dave McGuire
wer yet are supported > by SDCC, > according to what I've read so far. I saw nothing about an 805x > assembler > among the assembler doc. I don't have a source tree in front of me, but I've *used* the doc for the MCS51 as

Re: [Sdcc-user] documentation & open source generally

2008-09-04 Thread Dave McGuire
> --- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world >

Re: [Sdcc-user] documentation & open source generally

2008-09-04 Thread Dave McGuire
v wrote: > Dave, > > it was a time when p2c/f2c was only an option for gcc > > http://directory.fsf.org/project/p2c/ > http://www.netlib.org/f2c/f2c.1 > > Andrey > > > Dave McGuire wrote: > >> On Sep 4, 2008, at 4:03 PM, Andrey Vlassov wrote: >> >&

Re: [Sdcc-user] documentation & open source generally

2008-09-04 Thread Dave McGuire
eveloped quite a few systems using SDCC, some of which are successful commercial products. Just sit down and write your firmware, man. -Dave -- Dave McGuire Port Charlotte, FL - This SF.Net email is

Re: [Sdcc-user] documentation & open source generally

2008-09-04 Thread Dave McGuire
er(outputs executables) --> executable file It simply amazes me that people who are involved in embedded development at any level don't know this. I guess the era of "click here to write your embedded program" has reall

Re: [Sdcc-user] documentation & open source generally

2008-09-04 Thread Dave McGuire
On Sep 4, 2008, at 12:37 PM, [EMAIL PROTECTED] wrote: > I'm no expert in SDCC, but I use it on my WinXP box without Cygwin. > > Aren't most (all?) compilers command line? I've never seen or heard of one that wasn't, except for some early Mac-based compiler

Re: [Sdcc-user] documentation & open source generally

2008-09-02 Thread Dave McGuire
n all cases, but I've never found it to be THAT bad. I'm very curious as to what sort of problems you ran into. -Dave > -- Dave McGuire Port Charlotte, FL - This SF.Net email is sponsored by th

Re: [Sdcc-user] documentation & open source generally

2008-09-02 Thread Dave McGuire
Hmm, I suppose so. I've never run it under Linux myself. -Dave On Sep 3, 2008, at 1:54 AM, Richard Erlacher wrote: > Gee ... no ... I thought it was LINUX software. > > regards, > > Richard Erlacher > > - Original Message - > From: "Dave

Re: [Sdcc-user] documentation & open source generally

2008-09-02 Thread Dave McGuire
are already > complaining > about free > software. Who knows, your bits may be held hostage until you > provide the > proper > documentation. > > George > > Dave McGuire wrote: >> On Sep 2, 2008, at 7:13 PM, Richard Erlacher wrote: >> >>> Further

  1   2   >