(Thanks to Kustaa and "the other Brian" for your latest replies) I'm now getting a more worrying thing : After I defined a (possibly incorrect due to my limited C experience...) table of structs, when compiling I get this one :
sdcc -mpic14 -p16f886 -V --debug -I/myDir/ -c myProg.c encountered NULL pcop--this is probably a compiler bug... + "/usr/bin/sdcpp" -nostdinc -Wall -I"/myDir/" -obj-ext=.o -DSDCC_MODEL_SMALL -DSDCC=290 -DSDCC_REVISION=5416 -DSDCC_pic14 -D__pic14 - DSDCC_PROCESSOR="16f886" -isystem "/usr/bin/../share/sdcc/include/pic14" - isystem "/usr/share/sdcc/include/pic14" -isystem "/usr/bin/../share/sdcc/include" -isystem "/usr/share/sdcc/include" -isystem "/usr/bin/../share/sdcc/include/pic" -isystem "/usr/share/sdcc/include/pic" "myProg.c" (offset[0] > AOP_SIZE(op)[0]-1) && AOP_TYPE(op) != AOP_LIT) (offset[0] > AOP_SIZE(op)[0]-1) && AOP_TYPE(op) != AOP_LIT) (offset[0] > AOP_SIZE(op)[0]-1) && AOP_TYPE(op) != AOP_LIT) (offset[0] > AOP_SIZE(op)[0]-1) && AOP_TYPE(op) != AOP_LIT) + "/usr/bin/gpasm" -g -c "myProg.asm" This seems to end in "success" and I get an executable in the end, but I wouldn't be that confident trying to execute it after getting this kind of messages... -- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/sdcc-user
