Skip to content

Building enso from source fails at kernal.c #66

Description

@veerpandya

I'm trying to build henkaku enso from source and running make keeps giving me this error:

[  4%] Building C object CMakeFiles/emmc_helper.dir/src/kernel.c.obj
In file included from /Users/kou/Downloads/enso-1.1/installer/src/kernel.c:10:
/usr/local/vitasdk/arm-vita-eabi/include/libk/stdarg.h:17:25: error: conflicting types for 'va_list'
   17 | typedef _PDCLIB_va_list va_list;
      |                         ^~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/psp2kern/kernel/debug.h:12,
                 from /usr/local/vitasdk/arm-vita-eabi/include/psp2kern/kernel/sysmem.h:10,
                 from /Users/kou/Downloads/enso-1.1/installer/src/kernel.c:5:
/usr/local/vitasdk/lib/gcc/arm-vita-eabi/10.1.0/include/stdarg.h:99:24: note: previous declaration of 'va_list' was here
   99 | typedef __gnuc_va_list va_list;
      |                        ^~~~~~~
make[2]: *** [CMakeFiles/emmc_helper.dir/src/kernel.c.obj] Error 1
make[1]: *** [CMakeFiles/emmc_helper.dir/all] Error 2
make: *** [all] Error 2

I'm not sure if this is the right place to post this issue, but it seems to be some kind of naming issue with the va_list in the different kernal.c files. Any help would be greatly appreciated!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions