Truncated match.
PICList
Thread
'Message not deliverable'
1997\02\25@160529
by
David Novak
|
This code:
long i, j;
i =j*5;
causes these errors:
ERROR C:\MPLAB\MPLABC14.LIB 20:16:ILLEGAL OR UNDEFINED ARGUMENT _t 1
ERROR C:\MPLAB\MPLABC14.LIB 21:7:EXPECTED ;,
ERROR C:\MPLAB\MPLABC14.LIB 21:7:EXPECTED , got s
ERROR C:\MPLAB\MPLABC14.LIB 24:5:ILLEGAL OR UNDEFINED ARGUMENT R1 .. 6
ERROR C:\MPLAB\MPLABC14.LIB 25:5:ILLEGAL OR UNDEFINED ARGUMENT R1 .. 6
ERROR C:\MPLAB\MPLABC14.LIB 26:5:ILLEGAL OR UNDEFINED ARGUMENT R1 .. 6
ERROR C:\MPLAB\MPLABC14.LIB 27:12:ILLEGAL OR UNDEFINED ARGUMENT R1 .. 6
ERROR C:\MPLAB\MPLABC14.LIB 35:14:ILLEGAL OR UNDEFINED ARGUMENT _r 2
ERROR C:\MPLAB\MPLABC14.LIB 36:14:ILLEGAL OR UNDEFINED ARGUMENT _q 2
ERROR C:\MPLAB\MPLABC14.LIB 37:14:ILLEGAL OR UNDEFINED ARGUMENT _s 2
I find this very disturbing since a file named ctutor.c which shipped with
the compiler contains this code:
#include <16c54.h>
#include <math.h>
unsigned int Num1=2, Num2=3; // Declare two eight bit numbers.
unsigned long Num3; // Declare one long for the result.
unsigned int Num3High @ &Num3+1; // Create an address for the top
byte.
void main() {
while(1) {
Num3 = Num1 * Num2; // Multiply the two bytes into a
long.
}
}
Thanks,
David Novak
Hopkins Mfg.
spam_OUTnovakTakeThisOuT
valu-line.net
----------
{Quote hidden}> From: Andy Kunz <
.....montanaKILLspam
@spam@FAST.NET>
> To:
PICLIST
KILLspamMITVMA.MIT.EDU
> Subject: Re: Multiplication
> Date: Monday, February 24, 1997 5:25 PM
>
> At 02:44 PM 2/24/97 -0600, you wrote:
>>Why can't I use multiplication with MPLABC and the 16C63? I get all kinds
> >of errors when I attempt it. Is it not possible, or am I doing something
> >wrong?
>
> The 16C parts don't have hardware multiply.
>
> If using software, how about posting the routine.
>
> Andy
'Message not deliverable'
1997\03\09@213009
by
Stuart Allman
> I would like to find a 10cm x 10cm (or about that size) backlit touch
> screen display. I was think of something like the Sony PDA uses (only
> backlit) or something like the Kenwood high end remote control uses. I
> would like to control the display using a PIC, so if anyone has code for
> this I would appreciate a code donation.
>
> A list of manufacturers or dealers for this product would be much
> appreciated. I've already looked in the usual sources (Digikey, Mouser,
> Newark).
>
> Thanks,
Stuart Allman
.....studioKILLspam
.....halcyon.com
1997\03\16@220018
by
Mark Brimblecombe
|
At 05:31 PM 3/16/97 -0700, you wrote:
{Quote hidden}>At 06:55 PM 3/16/97 -0500, you wrote:
>>In a message dated 97-03-15 23:09:50 EST, you write:
>>
>><<
>> I am currently working on a project which will require the design of
>>a PC
>> board, however I have no experience in this area. I have seen several
>> PIClisters opinions of WinBoard (none good) and am wondering if anyone has
>> some suggestions on an easy to learn program with a moderate price (no
>> thousand dollar packages please). I was planning to etch the board myself
>> using the iron on transfers so I would appreciate any comments from people
>> who have tried that also.
>> Oh, one last thing. I saw an ad in the latest Nuts & Volts for an
>>etch
>> system (tank, air agitator, heater) for $35US. This sounds like a good deal
>> to me. Is it?
>>
>> Thanx,
>>
>> Jeff Kroll >>
>>
>Jeff,
>
>I hove found one of the best ways to make PCB's is to plot the image onto
>the PCB, with a flat bed plotter. These can be bought new for about $700AUS
>or second hand for about $300AUS, the pens are quite expensive at $15.00
>each but provide a high quality print.
>>
>>
>
>
'Message not deliverable'
1997\07\22@104724
by
myke predko
The last two notes (and probably this one), I've just sent to the PICLIST is
coming back with a "Message not deliverable" from EraseMEAdministratorspam_OUT
TakeThisOuTMicrochip.COM.
Is anybody at Microchip looking at this?
myke
"If at first you don't succeed, then maybe sky diving isn't the sport for
you" - Steve Smith
1997\07\22@173814
by
Steve Smith
Myke
I had a couple of bounced mails same message !!!
Maybe Mircochip have a "Particularly Insensitive Computer"
1997\07\22@181632
by
Mike
At 05:37 PM 7/22/97 -0400, you wrote:
>Maybe Mircochip have a "Particularly Insensitive Computer"
Oh - good one LOL :)
Or a "Precipitatingly Indolent Calculator"
1997\07\23@033316
by
Andrew Farrar
> The last two notes (and probably this one), I've just sent to the PICLIST is
> coming back with a "Message not deliverable" from Administrator
spam_OUTMicrochip.COM.
>
> Is anybody at Microchip looking at this?
>
> myke
>
> "If at first you don't succeed, then maybe sky diving isn't the sport for
> you" - Steve Smith
>
I am glad to see this message sent one 8 oclock this morning, uk time
and got same reply, hope that this one gets through.
PS is there a way to have the message you send, sent back as a
confirmation of what was sent ?
Andy Farrar
1997\07\23@042741
by
Mike Smith
1997\07\23@043757
by
blunn
Bob Lunn
07/23/97 06:40 PM
>> is there a way to have the message you send
>> sent back as a confirmation of what was sent ?
>
> I haven't tried it, but if you've got a unix account,
> you could subscribe as an alias instead of your real
> email - then send stuff to piclist from your 'real'
> email.
Guys, read the message you got from the list server
when you first joined.
If you send to the list server the message
SET PICLIST ACK
then the list server will send you an explicit
acknowledgement of each message that it
receives from you.
If you send to the list server the message
SET PICLIST REPRO
then the list server will send you all messages
that it receives from you.
Conversely, if you use 'NOACK' or 'NOREPRO'
then you turn off that function.
___Bob
1997\07\23@160531
by
Steve Smith
Please Mircochip fix your server its bouncing loads of stuff...
The path seems to be me to piclist to mircochip then back to me
I didnt send it to Mircochip Who Did ???
I leave this subject with another ........
"Posthumous Irrational Comment"
1997\07\23@164701
by
Eric van Es
Steve Smith wrote:
> Myke
>
> I had a couple of bounced mails same message !!!
>
> Maybe Mircochip have a "Particularly Insensitive Computer"
Try this:
I'm getting it from this mailing list!
Does some actually KNOW why this happens? I'm using Netscape
Communicator on Win95.
--
eric van es
RemoveMEvanes
TakeThisOuTilink.nis.za
cape town, south-africa
Looking for TEMPORARY/HOLIDAY ACCOMMODATION? http://www.nis.za/~vanes/
1997\07\23@181818
by
Matt Bonner
Steve Smith wrote:
>
> Please Mircochip fix your server its bouncing loads of stuff...
>
> The path seems to be me to piclist to mircochip then back to me
>
> I didnt send it to Mircochip Who Did ???
>
> I leave this subject with another ........
> "Posthumous Irrational Comment"
To date, this has been a...
Pretty Interesting Conversation
1997\07\24@042016
by
Tim Forcer
When this started happening earlier this year, Microchip eventually fixed
it after about ten days (but without ever posting what had gone wrong, or
an apology, if I recall correctly).
If it happens to me, I respond politely to the mythical "Administrator" who
originated the bounce, asking what's going on, with a copy to
postmasterEraseME
.....microchip.com . That causes a "user unknown" return because
"EraseMEadministrator
microchip.com" doesn't exist to receive mail (only to bounce
it?), so I then forward this message with all its headers to
RemoveMEpostmasterEraseME
EraseMEmicrochip.com . (Who doesn't respond or bounce.)
Let's see if it happens this time!
Tim Forcer RemoveMEtmfspam_OUT
KILLspamecs.soton.ac.uk
Department of Electronics & Computer Science
The University of Southampton, UK
The University is not responsible for my opinions
1997\07\24@042640
by
Mike Smith
1997\07\24@100027
by
lrich
|
Tim, when this happened before, the person in charge of Microchip's
firewall/mail server said it happens when one of their employees
moved/quit/transfered and didn't update/cancel their PICLIST
subscription.
Tim Forcer wrote:
{Quote hidden}>
> When this started happening earlier this year, Microchip eventually fixed
> it after about ten days (but without ever posting what had gone wrong, or
> an apology, if I recall correctly).
>
> If it happens to me, I respond politely to the mythical "Administrator" who
> originated the bounce, asking what's going on, with a copy to
>
spamBeGonepostmasterSTOPspam
EraseMEmicrochip.com . That causes a "user unknown" return because
> "
KILLspamadministratorspamBeGone
microchip.com" doesn't exist to receive mail (only to bounce
> it?), so I then forward this message with all its headers to
>
EraseMEpostmaster
EraseMEmicrochip.com . (Who doesn't respond or bounce.)
>
> Let's see if it happens this time!
>
> Tim Forcer
@spam@tmf@spam@
spam_OUTecs.soton.ac.uk
> Department of Electronics & Computer Science
> The University of Southampton, UK
>
> The University is not responsible for my opinions
1997\07\24@155957
by
Eric van Es
1997\07\24@231826
by
Mike Smith
1997\07\25@001115
by
Todd Peterson
At 12:40 PM 7/25/97 +0930, you wrote:
>My PicList folder has some 3518 messages in it - I think I'll archive some,
>as switching to this folder is getting slow!
I suspect quite a few of us are getting a lot of messages accumulated.
What's the final word on availability of an archived version of the mail on
the list? Is there one and I just don't know about it? Someone mentioned
that they were going to be doing it back in January, but I followed that
page for a while and it was never updated. Anyone else?
-Todd Peterson
E-Lab Digital Engineering, Inc.
"Embedded Control & Integrated Circuit Solutions"
EDE300 IC - Stamp I/O Expander & PC Interface IC
EDE700 IC - Serial to LCD Interface IC
EDE1200 IC - Stepper Motor Controller
EDE1400 IC - Serial to Parallel-Printer IC
http://www.netins.net/showcase/elab
1997\07\27@142014
by
Eric van Es
More... (looser matching)
- Last day of these posts
- In 1997
, 1998 only
- Today
- New search...