> >
> >>>> For one project I started to use PIC16F721. I haven't noticed that it is
> still not yet supported.
> >>> So the first will be to get support into
> >>> gputils (maybe Borut can help here?
> >> Done. PIC16{L}F72[01] are supported in gputils svn head.
> > Great. Unfortunately, the new header files are not installed yet
> > (patch attached).
> 
> Now they are ;-)
> 

Hi Borut,

do you plan to build gputils nightly build for Win32 ? Under msys I tried old 
MinGW with gcc-3.4.5, then I updated MinGW to gcc 4.6.1 but no luck at all. 
Then I noticed that I need Linux machine for building gputils...

For those interested, make log is attached.

Thanks,
Vasek
gputils-0.14.1 is now configured for

  Build:                i686-pc-mingw32
  Host:                 i686-pc-mingw32
  Source directory:     .
  Installation prefix:  /opt/gputils
  C compiler:           gcc -g -O2



prompt> /v/temp/trunk/gputils
$ make
make  all-recursive
make[1]: Entering directory `/v/temp/trunk/gputils'
Making all in libgputils
make[2]: Entering directory `/v/temp/trunk/gputils/libgputils'
gcc -DHAVE_CONFIG_H -I. -I..  -I../include 
-DHEADER_PATH=\"/opt/gputils/share/gputils/header\" 
-DLKR_PATH=\"/opt/gputils/share/gpu
tils/lkr\" -DLIB_PATH=\"/opt/gputils/share/gputils/lib\" 
-DPUB_PATH=\"@GPUTILS_PUB_PATH@\"   -g -O2 -MT gparchive.o -MD -MP -MF .d
eps/gparchive.Tpo -c -o gparchive.o gparchive.c
gparchive.c: In function 'gp_archive_member_name':
gparchive.c:54:9: warning: incompatible implicit declaration of built-in 
function 'strchr' [enabled by default]
gparchive.c:58:10: warning: incompatible implicit declaration of built-in 
function 'strdup' [enabled by default]
gparchive.c: In function 'gp_archive_list_members':
gparchive.c:79:11: warning: incompatible implicit declaration of built-in 
function 'strchr' [enabled by default]
gparchive.c: In function 'gp_archive_find_member':
gparchive.c:103:11: warning: incompatible implicit declaration of built-in 
function 'strrchr' [enabled by default]
gparchive.c: In function 'gp_archive_free_member':
gparchive.c:121:5: warning: incompatible implicit declaration of built-in 
function 'free' [enabled by default]
gparchive.c: In function 'gp_archive_add_member':
gparchive.c:174:34: warning: incompatible implicit declaration of built-in 
function 'malloc' [enabled by default]
gparchive.c:182:3: warning: incompatible implicit declaration of built-in 
function 'memset' [enabled by default]
gparchive.c:192:3: warning: incompatible implicit declaration of built-in 
function 'strncpy' [enabled by default]
gparchive.c: In function 'gp_archive_extract_member':
gparchive.c:243:25: warning: incompatible implicit declaration of built-in 
function 'strrchr' [enabled by default]
gparchive.c:248:5: warning: incompatible implicit declaration of built-in 
function 'exit' [enabled by default]
gparchive.c: In function 'gp_archive_write':
gparchive.c:273:5: warning: incompatible implicit declaration of built-in 
function 'exit' [enabled by default]
gparchive.c: In function 'gp_archive_read':
gparchive.c:326:5: warning: incompatible implicit declaration of built-in 
function 'exit' [enabled by default]
gparchive.c:337:30: warning: incompatible implicit declaration of built-in 
function 'malloc' [enabled by default]
gparchive.c: In function 'gp_archive_make_index':
gparchive.c:424:11: warning: incompatible implicit declaration of built-in 
function 'strchr' [enabled by default]
gparchive.c: In function 'gp_archive_add_index':
gparchive.c:455:14: warning: incompatible implicit declaration of built-in 
function 'malloc' [enabled by default]
gparchive.c:466:18: warning: incompatible implicit declaration of built-in 
function 'strlen' [enabled by default]
gparchive.c:473:5: warning: incompatible implicit declaration of built-in 
function 'exit' [enabled by default]
gparchive.c:478:5: warning: incompatible implicit declaration of built-in 
function 'exit' [enabled by default]
gparchive.c:483:3: warning: incompatible implicit declaration of built-in 
function 'memset' [enabled by default]
gparchive.c:488:3: warning: incompatible implicit declaration of built-in 
function 'strncpy' [enabled by default]
gparchive.c:517:32: warning: incompatible implicit declaration of built-in 
function 'strlen' [enabled by default]
gparchive.c:518:5: warning: incompatible implicit declaration of built-in 
function 'memcpy' [enabled by default]
gparchive.c: In function 'gp_archive_read_index':
gparchive.c:592:13: warning: incompatible implicit declaration of built-in 
function 'strlen' [enabled by default]
gparchive.c: In function 'gp_archive_print_table':
gparchive.c:612:14: warning: incompatible implicit declaration of built-in 
function 'malloc' [enabled by default]
gparchive.c:625:11: warning: incompatible implicit declaration of built-in 
function 'strchr' [enabled by default]
mv -f .deps/gparchive.Tpo .deps/gparchive.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../include 
-DHEADER_PATH=\"/opt/gputils/share/gputils/header\" 
-DLKR_PATH=\"/opt/gputils/share/gpu
tils/lkr\" -DLIB_PATH=\"/opt/gputils/share/gputils/lib\" 
-DPUB_PATH=\"@GPUTILS_PUB_PATH@\"   -g -O2 -MT gpcod.o -MD -MP -MF .deps/
gpcod.Tpo -c -o gpcod.o gpcod.c
gpcod.c: In function 'gp_cod_strncpy':
gpcod.c:31:13: warning: incompatible implicit declaration of built-in function 
'strlen' [enabled by default]
gpcod.c:33:3: warning: incompatible implicit declaration of built-in function 
'memcpy' [enabled by default]
gpcod.c: In function 'gp_cod_delete':
gpcod.c:56:5: warning: incompatible implicit declaration of built-in function 
'free' [enabled by default]
gpcod.c: In function 'gp_cod_create':
gpcod.c:79:14: warning: incompatible implicit declaration of built-in function 
'malloc' [enabled by default]
gpcod.c: In function 'gp_cod_date':
gpcod.c:107:3: warning: incompatible implicit declaration of built-in function 
'memcpy' [enabled by default]
mv -f .deps/gpcod.Tpo .deps/gpcod.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../include 
-DHEADER_PATH=\"/opt/gputils/share/gputils/header\" 
-DLKR_PATH=\"/opt/gputils/share/gpu
tils/lkr\" -DLIB_PATH=\"/opt/gputils/share/gputils/lib\" 
-DPUB_PATH=\"@GPUTILS_PUB_PATH@\"   -g -O2 -MT gpcoffgen.o -MD -MP -MF .d
eps/gpcoffgen.Tpo -c -o gpcoffgen.o gpcoffgen.c
gpcoffgen.c: In function 'gp_coffgen_init':
gpcoffgen.c:31:30: warning: incompatible implicit declaration of built-in 
function 'malloc' [enabled by default]
gpcoffgen.c:32:3: warning: incompatible implicit declaration of built-in 
function 'memset' [enabled by default]
gpcoffgen.c: In function 'gp_coffgen_newsection':
gpcoffgen.c:73:28: warning: incompatible implicit declaration of built-in 
function 'malloc' [enabled by default]
gpcoffgen.c:74:3: warning: incompatible implicit declaration of built-in 
function 'memset' [enabled by default]
gpcoffgen.c:77:15: warning: incompatible implicit declaration of built-in 
function 'strdup' [enabled by default]
gpcoffgen.c: In function 'gp_coffgen_addreloc':
gpcoffgen.c:178:26: warning: incompatible implicit declaration of built-in 
function 'malloc' [enabled by default]
gpcoffgen.c:179:3: warning: incompatible implicit declaration of built-in 
function 'memset' [enabled by default]
gpcoffgen.c: In function 'gp_coffgen_addlinenum':
gpcoffgen.c:200:28: warning: incompatible implicit declaration of built-in 
function 'malloc' [enabled by default]
gpcoffgen.c:201:3: warning: incompatible implicit declaration of built-in 
function 'memset' [enabled by default]
gpcoffgen.c: In function 'gp_coffgen_addaux':
gpcoffgen.c:246:24: warning: incompatible implicit declaration of built-in 
function 'malloc' [enabled by default]
gpcoffgen.c:247:3: warning: incompatible implicit declaration of built-in 
function 'memset' [enabled by default]
gpcoffgen.c: In function 'gp_coffgen_addsymbol':
gpcoffgen.c:273:27: warning: incompatible implicit declaration of built-in 
function 'malloc' [enabled by default]
gpcoffgen.c:274:3: warning: incompatible implicit declaration of built-in 
function 'memset' [enabled by default]
gpcoffgen.c: In function 'gp_coffgen_blocksec':
gpcoffgen.c:422:28: warning: incompatible implicit declaration of built-in 
function 'calloc' [enabled by default]
gpcoffgen.c: In function 'gp_coffgen_blockrel':
gpcoffgen.c:450:26: warning: incompatible implicit declaration of built-in 
function 'calloc' [enabled by default]
gpcoffgen.c: In function 'gp_coffgen_blockline':
gpcoffgen.c:477:28: warning: incompatible implicit declaration of built-in 
function 'calloc' [enabled by default]
gpcoffgen.c: In function 'gp_coffgen_blocksym':
gpcoffgen.c:505:27: warning: incompatible implicit declaration of built-in 
function 'calloc' [enabled by default]
gpcoffgen.c: In function 'gp_coffgen_blockaux':
gpcoffgen.c:535:24: warning: incompatible implicit declaration of built-in 
function 'calloc' [enabled by default]
gpcoffgen.c: In function 'gp_coffgen_free_section':
gpcoffgen.c:566:5: warning: incompatible implicit declaration of built-in 
function 'free' [enabled by default]
gpcoffgen.c:573:5: warning: incompatible implicit declaration of built-in 
function 'free' [enabled by default]
gpcoffgen.c:576:3: warning: incompatible implicit declaration of built-in 
function 'free' [enabled by default]
gpcoffgen.c: In function 'gp_coffgen_free_symbol':
gpcoffgen.c:594:5: warning: incompatible implicit declaration of built-in 
function 'free' [enabled by default]
gpcoffgen.c:597:3: warning: incompatible implicit declaration of built-in 
function 'free' [enabled by default]
gpcoffgen.c: In function 'gp_coffgen_free':
gpcoffgen.c:614:3: warning: incompatible implicit declaration of built-in 
function 'free' [enabled by default]
mv -f .deps/gpcoffgen.Tpo .deps/gpcoffgen.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../include 
-DHEADER_PATH=\"/opt/gputils/share/gputils/header\" 
-DLKR_PATH=\"/opt/gputils/share/gpu
tils/lkr\" -DLIB_PATH=\"/opt/gputils/share/gputils/lib\" 
-DPUB_PATH=\"@GPUTILS_PUB_PATH@\"   -g -O2 -MT gpcofflink.o -MD -MP -MF .
deps/gpcofflink.Tpo -c -o gpcofflink.o gpcofflink.c
gpcofflink.c: In function 'gp_link_add_symbol':
gpcofflink.c:49:9: warning: incompatible implicit declaration of built-in 
function 'malloc' [enabled by default]
gpcofflink.c: In function 'gp_link_remove_symbol':
gpcofflink.c:66:3: warning: incompatible implicit declaration of built-in 
function 'free' [enabled by default]
gpcofflink.c: In function 'gp_cofflink_make_stack':
gpcofflink.c:329:30: warning: incompatible implicit declaration of built-in 
function 'strdup' [enabled by default]
gpcofflink.c:343:30: warning: incompatible implicit declaration of built-in 
function 'strdup' [enabled by default]
gpcofflink.c: In function 'gp_cofflink_merge_sections':
gpcofflink.c:377:9: warning: incompatible implicit declaration of built-in 
function 'exit' [enabled by default]
gpcofflink.c: In function '_create_i_section_name':
gpcofflink.c:498:13: warning: incompatible implicit declaration of built-in 
function 'strlen' [enabled by default]
gpcofflink.c:499:18: warning: incompatible implicit declaration of built-in 
function 'malloc' [enabled by default]
gpcofflink.c:500:3: warning: incompatible implicit declaration of built-in 
function 'memcpy' [enabled by default]
gpcofflink.c: In function '_create_rom_section':
gpcofflink.c:516:3: warning: incompatible implicit declaration of built-in 
function 'free' [enabled by default]
gpcofflink.c: In function 'gp_cofflink_make_cinit':
gpcofflink.c:598:30: warning: incompatible implicit declaration of built-in 
function 'strdup' [enabled by default]
gpcofflink.c: In function 'gp_add_cinit_section':
gpcofflink.c:693:9: warning: incompatible implicit declaration of built-in 
function 'free' [enabled by default]
mv -f .deps/gpcofflink.Tpo .deps/gpcofflink.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../include 
-DHEADER_PATH=\"/opt/gputils/share/gputils/header\" 
-DLKR_PATH=\"/opt/gputils/share/gpu
tils/lkr\" -DLIB_PATH=\"/opt/gputils/share/gputils/lib\" 
-DPUB_PATH=\"@GPUTILS_PUB_PATH@\"   -g -O2 -MT gpcoffopt.o -MD -MP -MF .d
eps/gpcoffopt.Tpo -c -o gpcoffopt.o gpcoffopt.c
mv -f .deps/gpcoffopt.Tpo .deps/gpcoffopt.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../include 
-DHEADER_PATH=\"/opt/gputils/share/gputils/header\" 
-DLKR_PATH=\"/opt/gputils/share/gpu
tils/lkr\" -DLIB_PATH=\"/opt/gputils/share/gputils/lib\" 
-DPUB_PATH=\"@GPUTILS_PUB_PATH@\"   -g -O2 -MT gpdis.o -MD -MP -MF .deps/
gpdis.Tpo -c -o gpdis.o gpdis.c
gpdis.c: In function 'gp_disassemble':
gpdis.c:317:13: warning: incompatible implicit declaration of built-in function 
'strncpy' [enabled by default]
gpdis.c: In function 'gp_disassemble_size':
gpdis.c:405:7: warning: incompatible implicit declaration of built-in function 
'strncpy' [enabled by default]
mv -f .deps/gpdis.Tpo .deps/gpdis.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../include 
-DHEADER_PATH=\"/opt/gputils/share/gputils/header\" 
-DLKR_PATH=\"/opt/gputils/share/gpu
tils/lkr\" -DLIB_PATH=\"/opt/gputils/share/gputils/lib\" 
-DPUB_PATH=\"@GPUTILS_PUB_PATH@\"   -g -O2 -MT gpmemory.o -MD -MP -MF .de
ps/gpmemory.Tpo -c -o gpmemory.o gpmemory.c
gpmemory.c: In function 'i_memory_create':
gpmemory.c:55:27: warning: incompatible implicit declaration of built-in 
function 'malloc' [enabled by default]
gpmemory.c:57:33: warning: incompatible implicit declaration of built-in 
function 'calloc' [enabled by default]
gpmemory.c: In function 'i_memory_free':
gpmemory.c:70:7: warning: incompatible implicit declaration of built-in 
function 'free' [enabled by default]
gpmemory.c: In function 'i_memory_new':
gpmemory.c:97:35: warning: incompatible implicit declaration of built-in 
function 'calloc' [enabled by default]
gpmemory.c: In function 'b_memory_put':
gpmemory.c:187:43: warning: incompatible implicit declaration of built-in 
function 'malloc' [enabled by default]
mv -f .deps/gpmemory.Tpo .deps/gpmemory.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../include 
-DHEADER_PATH=\"/opt/gputils/share/gputils/header\" 
-DLKR_PATH=\"/opt/gputils/share/gpu
tils/lkr\" -DLIB_PATH=\"/opt/gputils/share/gputils/lib\" 
-DPUB_PATH=\"@GPUTILS_PUB_PATH@\"   -g -O2 -MT gpmessage.o -MD -MP -MF .d
eps/gpmessage.Tpo -c -o gpmessage.o gpmessage.c
gpmessage.c: In function 'gp_error':
gpmessage.c:40:3: error: unknown type name 'va_list'
gpmessage.c:52:3: warning: passing argument 4 of 'vsnprintf' makes pointer from 
integer without a cast [enabled by default]
c:\mingw\bin\../lib/gcc/mingw32/4.6.1/../../../../include/stdio.h:332:29: note: 
expected '__gnuc_va_list' but argument is of type
'int'
gpmessage.c: In function 'gp_warning':
gpmessage.c:63:3: error: unknown type name 'va_list'
gpmessage.c:75:3: warning: passing argument 4 of 'vsnprintf' makes pointer from 
integer without a cast [enabled by default]
c:\mingw\bin\../lib/gcc/mingw32/4.6.1/../../../../include/stdio.h:332:29: note: 
expected '__gnuc_va_list' but argument is of type
'int'
gpmessage.c: In function 'gp_message':
gpmessage.c:86:3: error: unknown type name 'va_list'
gpmessage.c:98:3: warning: passing argument 4 of 'vsnprintf' makes pointer from 
integer without a cast [enabled by default]
c:\mingw\bin\../lib/gcc/mingw32/4.6.1/../../../../include/stdio.h:332:29: note: 
expected '__gnuc_va_list' but argument is of type
'int'
gpmessage.c: In function 'gp_debug':
gpmessage.c:109:3: error: unknown type name 'va_list'
gpmessage.c:119:3: warning: passing argument 4 of 'vsnprintf' makes pointer 
from integer without a cast [enabled by default]
c:\mingw\bin\../lib/gcc/mingw32/4.6.1/../../../../include/stdio.h:332:29: note: 
expected '__gnuc_va_list' but argument is of type
'int'
make[2]: *** [gpmessage.o] Error 1
make[2]: Leaving directory `/v/temp/trunk/gputils/libgputils'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/v/temp/trunk/gputils'
make: *** [all] Error 2

prompt> /v/temp/trunk/gputils
$
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to