You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
运行单个测例运行命令
( export PATH=$HOME/sysu/bin:$PATH \ CPATH=$HOME/sysu/include:$CPATH \ LIBRARY_PATH=$HOME/sysu/lib:$LIBRARY_PATH \ LD_LIBRARY_PATH=$HOME/sysu/lib:$LD_LIBRARY_PATH && clang -E tester/functional/000_main.sysu.c | clang -cc1 -ast-dump=json | sysu-generator )
结果有:
但运行自动评测命令
( export PATH=$HOME/sysu/bin:$PATH \ CPATH=$HOME/sysu/include:$CPATH \ LIBRARY_PATH=$HOME/sysu/lib:$LIBRARY_PATH \ LD_LIBRARY_PATH=$HOME/sysu/lib:$LD_LIBRARY_PATH && sysu-compiler --unittest=benchmark_generator_and_optimizer_1 "**/*.sysu.c" )
报错有:
请问这个报错是什么造成的?应该怎么处理?
Beta Was this translation helpful? Give feedback.
All reactions