Tiny Core Linux
General TC => Programming & Scripting - Unofficial => Topic started by: halma on July 17, 2014, 10:20:13 AM
-
hi,
i am using the *FLAGS what is written on the wiki to build an EXtension.
while i try to build the XEN-Tools as EXtension i got this error Message:
qemu-nbd.c:223:5: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
someone knows how to fix this issue ?
best regars
Halma
-
Hi halma
Try adding
-std=c99
to the flags.
-
sorry for asking again , is this for the CFLAG or CPPFLAG or LDFLAG or all flags ?
thanks
best regards
Halma
-
Hi halma
Just the compiler flags (CFLAG and CPPFLAG).