penper_21のexamplesフォルダーには、コンパイルしようとしているhello_world.cファイルがあります。これが私が使用しているコマンドです:
$NACL_SDK_ROOT/toolchain/linux_x86_newlib/bin/x86_64-nacl-gcc hello_world.c -o a.nexe -lppapi
そして、ここにエラーがあります:
hello_world.c: In function ‘Instance_DidCreate’:
hello_world.c:86: error: ‘TCNAME’ undeclared (first use in this function)
このページのコマンドを採用しました。どうすれば正常にコンパイルできますか?