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
I was compiling Mplayer(uses mmpeg) for iPhone. Thanks for your gas-prepocessor. Its a life saver.
I think that in the comment removing section instead of
s/$comm.//x;
should be
s/$comm./$comm/x;
It will remove the comment text but leave the @ mark for the sake of things like
define ELF @
and stuff. I did it in my local copy.
Thanks, [email protected]
P.S
I also commented out the eabi_atribute again. Is that Ok?
The text was updated successfully, but these errors were encountered:
I was compiling Mplayer(uses mmpeg) for iPhone. Thanks for your gas-prepocessor. Its a life saver.
I think that in the comment removing section instead of
s/$comm.//x;
should be
s/$comm./$comm/x;
It will remove the comment text but leave the @ mark for the sake of things like
define ELF @
and stuff. I did it in my local copy.
Thanks,
[email protected]
P.S
I also commented out the eabi_atribute again. Is that Ok?
The text was updated successfully, but these errors were encountered: