I was able to compile further with:

paul@jacko:~/myhelenos/HelenOS$ git diff -u 

diff --git a/meson/part/compiler_args/meson.build 
b/meson/part/compiler_args/meson.build

index 0e9b6453a..b4e5c43ca 100644

--- a/meson/part/compiler_args/meson.build

+++ b/meson/part/compiler_args/meson.build

@@ -49,23 +49,23 @@ add_project_link_arguments(

 # We should investigate what's going on there.

 

 extra_common_flags = [

-       '-O' + OPTIMIZATION,

+#      '-O' + OPTIMIZATION,

        '-fexec-charset=UTF-8',

        '-finput-charset=UTF-8',

 

        '-D_HELENOS_SOURCE',

 

-       '-Wa,--fatal-warnings',

+#      '-Wa,--fatal-warnings',

 

-       '-Wall',

-       '-Wextra',

+#      '-Wall',

+#      '-Wextra',

        '-Werror-implicit-function-declaration',

        '-Wwrite-strings',

        '-Wunknown-pragmas',

 

        '-Wno-unused-parameter',

 

-       '-pipe',

+#      '-pipe',

 

        '-ffunction-sections',

        '-fno-common',

@@ -82,7 +82,7 @@ if UARCH != 'ia64'

 endif

 

 if CONFIG_DEBUG

-       extra_common_flags += [ '-Werror' ]

+       # extra_common_flags += [ '-Werror' ]

 endif

 

 if CONFIG_LINE_DEBUG

paul@jacko:~/myhelenos/HelenOS$
_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/listinfo/helenos-devel

Reply via email to