Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHi BuGless,
Sincerely thank you for this answer! It helps me solved the "export: 137: " problem, which have been around for months preventing the smooth execution of my batch compilation. My computer has an Intel dual core. The original "cat /proc/cpuinfo | grep "cpu MHz" | cut -c 12-18 | uniq" command sometimes return an answer with 2 lines, and this is the root cause of this problem. When I followed your patch to change it to "cat /proc/cpuinfo | grep "cpu MHz" | cut -c 12-18 | head -1", it always return a 1 line answer. I checked all the Quartus versions installed on my machine and I found that all the versions from 8.0sp1 to 10.1sp1 has this problem. A good thing to notice is that in version 11.0, this problematic line is removed. Obviously, some one from Altera has noticed this thread and took action. Hopefully it will not reemerge in the future versions. Thank you again!