While in my PERSONAL OPINION [mind the capitals, will you], it's easier to
port from MipsPro C/CC to gcc/g++ than the other way 'round, I nevertheless
run into situations where I try to port from GNU which keep me stuck for quite
a while. Here is a concrete example. Apparently, something like
ffi_type *atypes[0];
is swalled by gcc/g++ just fine.
However, with MipsPro 7.4.4, I only get an error:
Any idea for resolving that?
port from MipsPro C/CC to gcc/g++ than the other way 'round, I nevertheless
run into situations where I try to port from GNU which keep me stuck for quite
a while. Here is a concrete example. Apparently, something like
ffi_type *atypes[0];
is swalled by gcc/g++ just fine.
However, with MipsPro 7.4.4, I only get an error:
Code: Select all
The constant array dimension size is not a positive integral type.
ffi_type *atypes[0];
^
Any idea for resolving that?
371- 528 - 818 - ?