Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我把它放在我的代码中的任何地方......
float check_alphas[6];
我收到错误:在 "check_alphas" 之前解析错误。
我正在使用 microblaze gcc。知道什么会导致这种情况吗?我现在真的要疯了!
可能有数百万种不同的原因。你有没有
#define float And keep floating!
在某些头文件中?
可能是很多事情,例如在您显示的行之前的语句中忘记分号,或者在前一行中出现其他语法错误。