]> code.ossystems Code Review - openembedded-core.git/commitdiff
handbook/faq.xml: Add entry about Ubuntu Intrepid
authorRichard Purdie <rpurdie@linux.intel.com>
Tue, 2 Dec 2008 19:05:22 +0000 (19:05 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 2 Dec 2008 19:05:22 +0000 (19:05 +0000)
handbook/faq.xml

index 4bd1b7a493bec6685f400572c46db6a5abd1d2b1..b73c999c8158b2ea9f3ba6a2be03f4bf54209e58 100644 (file)
             </para>
         </answer>
     </qandaentry>
-
-
+    <qandaentry>
+        <question>
+            <para>
+                I'm using Ubuntu Intrepid and am seeing build failures. Whats wrong?
+            </para>
+        </question>
+        <answer>
+            <para>
+               In Intrepid, Ubuntu turned on by default normally optional compile-time security features 
+               and warnings. There are more details at <ulink
+                url='https://wiki.ubuntu.com/CompilerFlags'>https://wiki.ubuntu.com/CompilerFlags</ulink>.
+               You can work around this problem by disbaling those options by adding "https://wiki.ubuntu.com/CompilerFlags" 
+               to the BUILD_CPPFLAGS variable in conf/bitbake.conf.
+            </para>
+        </answer>
+    </qandaentry>
 </qandaset>
 </appendix>
 <!--