I am following the codec engine application developer user's guide to develop a custom application using TI h264 HD encoder.
The first required step is to #include <xdc/std.h> But when I do it and try to compile I get ../../xdc/std.h:128: error: expected specifier-qualifier-list before 'xdc_IArg' ../../xdc/std.h:131: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xdc_floatToArg' ../../xdc/std.h:139: error: expected ')' before 'a' ../../xdc/std.h:181: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'IArg' ../../xdc/std.h:182: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'UArg' ../../xdc/std.h:184: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Int8' ../../xdc/std.h:185: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Int16' ../../xdc/std.h:186: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Int32' ../../xdc/std.h:191: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'UInt8' ../../xdc/std.h:192: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'UInt16' ../../xdc/std.h:193: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'UInt32' ../../xdc/std.h:204: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Uint8' ../../xdc/std.h:205: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Uint16' ../../xdc/std.h:206: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Uint32' By reading xdc/std.h, it seems that the file is wrong because the order of declarations is incorrect. There must be something really stupid that I'm missing, but I cannot find it. -- Non c'è più forza nella normalità, c'è solo monotonia. _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
