Hi,

I just upgraded from 3.2.0 to 3.4.0 and now I get a lot of these
from a project that compiled clean under 3.2.0:


>make
/Users/nyholku/sdcc-3.4.0/bin/sdcc -c --no-crt --ivt-loc=0x800 -V -L
/Users/nyholku/sdcc-3.2.0/share/sdcc/non-free/lib/pic16
-Wl,-m,-s18f45k50.lkr -mpic16 -p18f45k50 --disable-warning 85 --std-sdcc99
--obanksel=3 --use-non-free usb_hid.c -o ../obj/usb_hid.o
/Users/sdcc-builder/build/sdcc-build/orig/sdcc/src/pic16/main.c:701
setting interrupt vector addresses 0x800
+ /Users/nyholku/sdcc-3.4.0/bin/sdcpp -nostdinc -Wall -Dpic18f45k50
-D__18f45k50 -D__SDCC_PIC18F45K50 -DSTACK_MODEL_SMALL
-D__STACK_MODEL_SMALL -obj-ext=.o -D__SDCC_USE_NON_FREE
-DSDCC_USE_NON_FREE -D__SDCC_ALL_CALLEE_SAVES -D__SDCC=3_4_0 -DSDCC=340
-D__SDCC_REVISION=8981 -DSDCC_REVISION=8981 -D__SDCC_pic16 -DSDCC_pic16
-D__pic16 -D__STDC_NO_COMPLEX__ -D__STDC_NO_THREADS__
-D__STDC_NO_ATOMICS__ -D__STDC_NO_VLA__ -isystem
/Users/nyholku/sdcc-3.4.0/bin/../share/sdcc/include/pic16 -isystem
/usr/local/share/sdcc/include/pic16 -isystem
/Users/nyholku/sdcc-3.4.0/bin/../share/sdcc/include -isystem
/usr/local/share/sdcc/include -isystem
/Users/nyholku/sdcc-3.4.0/bin/../share/sdcc/non-free/include/pic16
-isystem /usr/local/share/sdcc/non-free/include/pic16 -isystem
/Users/nyholku/sdcc-3.4.0/bin/../share/sdcc/non-free/include -isystem
/usr/local/share/sdcc/non-free/include  usb_hid.c
/Users/nyholku/sdcc-3.4.0/bin/../share/sdcc/non-free/include/pic16/pic18f45
k50.h:296: error 91: extern definition for 'UCON' mismatches with
declaration.
/usr/local/share/sdcc/include/pic16/pic18f2455.h:159: error 177:
previously defined here
/Users/nyholku/sdcc-3.4.0/bin/../share/sdcc/non-free/include/pic16/pic18f45
k50.h:310: error 91: extern definition for 'UCONbits' mismatches with
declaration.
/usr/local/share/sdcc/include/pic16/pic18f2455.h:172: error 177:
previously defined here
/Users/nyholku/sdcc-3.4.0/bin/../share/sdcc/non-free/include/pic16/pic18f45
k50.h:325: error 91: extern definition for 'USTAT' mismatches with
declaration.
/usr/local/share/sdcc/include/pic16/pic18f2455.h:147: error 177:
previously defined here
/Users/nyholku/sdcc-3.4.0/bin/../share/sdcc/non-free/include/pic16/pic18f45
k50.h:349: error 91: extern definition for 'USTATbits' mismatches with
declaration.




I can surely figure out the root cause, just checking out if there is
something I should know about...

br Kusti


This e-mail may contain confidential or privileged information. If you are not 
the intended recipient (or have received this e-mail in error) please notify 
the sender immediately and destroy this e-mail. Any unauthorized copying, 
disclosure or distribution of the material in this e-mail is strictly 
forbidden. We will not be liable for direct, indirect, special or consequential 
damages arising from alteration of the contents of this message by a third 
party or as a result of any virus being passed on or as of transmission of this 
e-mail in general.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to