[Sdcc-user] PIC library missing

2013-02-14 Thread Luis de Arquer
eparately? Thank you in advance, Luis de Arquer -- Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. ht

Re: [Sdcc-user] PIC library missing

2013-02-15 Thread Luis de Arquer
Thank you for your help. I had not included -p18f47j53 because the code has a "#define __18f47j53" statement, and sdcc complained about it being defined twice (I guess now I should do it the other way around, remove the #define and leave it on the command line to make the option available to the l

Re: [Sdcc-user] PIC library missing

2013-02-24 Thread Luis de Arquer
On Sat, Feb 16, 2013 at 8:06 AM, Raphael Neider wrote: > Hi, > >> I guess that is probably related to gpasm version not dealing with 18f47j53. >> >> Just in case, there are other pic18f.lib files which built >> succesfully in the sdcc tree. > > as Philipp pointed out, you should just update yo

Re: [Sdcc-user] gputils 1.1.0 released

2013-03-23 Thread Luis de Arquer
Great piece of software! Updating... Thank you. Luis On Sat, Mar 23, 2013 at 9:55 AM, Milan Baša wrote: > Dňa 23.03.2013 10:08, Borut Ražem wrote / napísal(a): >> Dear gputils users, >> >> gputils-1.1.0 has been released. The source code package is available at >> http://sourceforge.net/projects

[Sdcc-user] USB firmware

2013-03-29 Thread Luis de Arquer
I am starting a project on a pic18f2455 using USB, and I was trying to find any library that I could use off the shelf with sdcc, if any -I used ccs compiler in the past. I found one from an article published in nuts&volts, and also a port from c18 to sdcc, but it looks like neither has been updat

Re: [Sdcc-user] USB firmware

2013-03-29 Thread Luis de Arquer
Thanks for all the responses. Joel, I have started downloading Microchip libraries, but seeing what Sebastien is saying I think I should leave that for now. Thanks anyway :) > I've got a USB CDC ACM firmware that compiles with latest sdcc, > I'll see if I can put it up on my webpage this weekend

Re: [Sdcc-user] USB firmware

2013-03-29 Thread Luis de Arquer
Thanks a lot Borut! It assembled fine now! :) I only had to comment out the line config ICPRT = OFF because it was complaining it did not exist such a config bit for the 2455. Regards, Luis On Fri, Mar 29, 2013 at 7:43 PM, Borut Ražem wrote: > On 29. 03. 2013 19:52, Luis de Arquer wr

Re: [Sdcc-user] USB firmware

2013-03-29 Thread Luis de Arquer
hank YOU, since you found a gputils bug which I fixed right now, > see https://sourceforge.net/p/gputils/bugs/262/. > > Now the original lab2.asm also compiles without errors with gpasm from svn > HEAD. > > Cheers, > Borut > > > On 29. 03. 2013 22:56, Luis de Arquer wr

Re: [Sdcc-user] USB firmware

2013-03-29 Thread Luis de Arquer
Hi Oliver, I would be happy to have a look if I could have a copy. Is your code still LGPL? Regards, Luis On Fri, Mar 29, 2013 at 11:03 PM, Oliver Meier wrote: > Am 29.03.2013 15:41, schrieb Luis de Arquer: >> I am starting a project on a pic18f2455 using USB, and I was trying to &g

Re: [Sdcc-user] USB firmware

2013-03-30 Thread Luis de Arquer
On Sat, Mar 30, 2013 at 8:10 AM, M L wrote: > There are some GPLed USB frameworks laying around, my faworite is > http://openprog.altervista.org/USB_firm_eng.html. > It works fine, but using it for create a bootloader with sdcc is a > bit pointless becouse > SDCC generate a bigger final code than

Re: [Sdcc-user] Programming PIC24FJ64 under Linux

2013-05-27 Thread Luis de Arquer
It all depends on what programmer you want to use. I have a pickit2 programmer, and pk2cmd does it for me. http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en023805&redirects=pickit2 If you have other programmers, such as ICD2, you could try with piklab http:

Re: [Sdcc-user] Programming PIC24FJ64 under Linux

2013-05-27 Thread Luis de Arquer
Hi Antonio I guess you could use the "personalized programmer" option in piklab, setting it to the right command line -see pk2cmd documentation for that- in Preferences->Configure Programmers... in piklab. Isn't piklab working with pickit 2 out of the box? I haven't tried it myself, but I am given