[Vm-dev] Re: Cog + Pi + OSProcess

Henrik Sperre Johansen henrik.s.johansen at veloxit.no
Fri Jun 17 13:09:06 UTC 2016


tim Rowledge wrote
> I’ve tried compiling the plugin with varying levels of optimisation, since
> we’ve fairly regularly seen problems there, and even at -O0 it fails. So
> debug -> OK, no-debug -> boom. Nice.
> 
> Ideas?

Just a thought, but reading the list of optimizations enabled with -O0 from
https://gcc.gnu.org/onlinedocs/gcc-3.4.4/gcc/Optimize-Options.html,
-f-omit-frame-pointer seems like a suspect that has caused problems
before...

Could it be the arm make files are missing -fno-omit-frame-pointer at some
crucial place?

Cheers,
Henry



--
View this message in context: http://forum.world.st/Cog-Pi-OSProcess-tp4893984p4901424.html
Sent from the Squeak VM mailing list archive at Nabble.com.


More information about the Vm-dev mailing list