Le dimanche 1 novembre 2009, Anton Staaf a écrit : > error: invalid processor type (0xb760) in "libdev18f67j60_a-pic18f67j60.o" > gplink: gpprocessor.c:715: gp_processor_rom_width: Assertion `0' failed.
With the 1st programs I started for PIC using sdcc in piklab, I had hard times with such messages until I discovered that I needed to start my prog with: #define __16F886 #include <pic16f886.h> (When creating initial source code, piklab was suggesting the "include", but missing the "define"). If I create a blank project for your processor model in piklab, it suggests #include <pic18f67j60.h> (and that file actually exists in /usr/share/sdcc/include/pic16/ ) As it's missing from the source code you gave, you should for sure give it a shot, and possibly try a "define", even though I'm unsure if it's necessary or not with your PIC model. -- Michel Bouissou (OpenPGP ID 0xEB04D09C) ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Sdcc-user mailing list Sdcc-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sdcc-user