Hi, I have the following piece of code, and it seems ROMCC can't handle it (offcourse, gcc works):
struct bla{
struct bla* next_bla;
};
int main(void){return 0;}
This is the error message I get while trying to compile it:
test.c
test.c:2.27:
struct bla undeclared
Any ideas on what could be done to get it work, if possible?
Regards,
Cristi
--
Cristi Măgherușan, alumnus System/Network Engineer
Technical University of Cluj-Napoca, Romania
http://cc.utcluj.ro +40264 401247
signature.asc
Description: This is a digitally signed message part
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

