Hi all,
Has anybody try "create-app" of the superloop under Quartus 9.1 sp2 ?...I've tried it and it doesn't work.I get message errors like these:
Info: Compiling iniche/src/ftp/ftpclnt.c to obj/iniche/src/ftp/ftpclnt.o
nios2-elf-gcc -xc -MP -MMD -c -Iiniche/inc/ -Iiniche/src/h/ -Iiniche/src/h/nios2
/ -Iiniche/src/nios2/ -I../bsp/ -I../bsp//drivers/inc -I../bsp//HAL/inc -DSYSTE
M_BUS_WIDTH=32 -D__hal__ -pipe -DALT_NO_INSTRUCTION_EMULATION -DALT_SINGLE_THREA
DED -DRO_ZIPFS -DSUPERLOOP -DALT_INICHE -DALTERA_TRIPLE_SPEED_MAC -O2 -g -Wall
-mhw-div -mhw-mul -mno-hw-mulx -o obj/iniche/src/ftp/ftpclnt.o iniche/src/ft
p/ftpclnt.c
iniche/src/ftp/ftpclnt.c: In function `fc_getreply':
iniche/src/ftp/ftpclnt.c:309: error: `EWOULDBLOCK' undeclared (first use in this
function)
iniche/src/ftp/ftpclnt.c:309: error: (Each undeclared identifier is reported onl
y once
iniche/src/ftp/ftpclnt.c:309: error: for each function it appears in.)
iniche/src/ftp/ftpclnt.c: In function `fc_sendmore':
iniche/src/ftp/ftpclnt.c:783: error: `EWOULDBLOCK' undeclared (first use in this
function)
iniche/src/ftp/ftpclnt.c:784: error: `ENOBUFS' undeclared (first use in this fun
ction)
iniche/src/ftp/ftpclnt.c: In function `fc_getmore':
iniche/src/ftp/ftpclnt.c:838: error: `EWOULDBLOCK' undeclared (first use in this
function)
iniche/src/ftp/ftpclnt.c: In function `fc_dataconn':
iniche/src/ftp/ftpclnt.c:987: error: `EWOULDBLOCK' undeclared (first use in this
function)
iniche/src/ftp/ftpclnt.c:1018: error: `EINPROGRESS' undeclared (first use in thi
s function)
iniche/src/ftp/ftpclnt.c: In function `fc_connopen':
iniche/src/ftp/ftpclnt.c:1407: error: `EISCONN' undeclared (first use in this fu
nction)
iniche/src/ftp/ftpclnt.c:1413: error: `EINPROGRESS' undeclared (first use in thi
s function)
make: *** [obj/iniche/src/ftp/ftpclnt.o] Error 1
Copying library sources from installation tree...
Any suggestions?
Thanx in advance