Skip to content

having issues with installing ps3libraries #61

@maharthyma

Description

@maharthyma

=======================================================================

int asn1_write_oid( unsigned char **p, unsigned char *start, char *oid )
^~~~~~~~~~~~~~
In file included from asn1write.c:30:0:
/usr/local/ps3dev/portlibs/ppu/include/polarssl/asn1write.h:114:5: note: previous declaration of 'asn1_write_oid' was here
int asn1_write_oid( unsigned char **p, unsigned char *start,
^~~~~~~~~~~~~~
asn1write.c:142:5: error: conflicting types for 'asn1_write_algorithm_identifier'
int asn1_write_algorithm_identifier( unsigned char **p, unsigned char *start,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from asn1write.c:30:0:
/usr/local/ps3dev/portlibs/ppu/include/polarssl/asn1write.h:130:5: note: previous declaration of 'asn1_write_algorithm_identifier' was here
int asn1_write_algorithm_identifier( unsigned char **p, unsigned char *start,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
asn1write.c:196:5: error: conflicting types for 'asn1_write_printable_string'
int asn1_write_printable_string( unsigned char **p, unsigned char *start,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from asn1write.c:30:0:
/usr/local/ps3dev/portlibs/ppu/include/polarssl/asn1write.h:170:5: note: previous declaration of 'asn1_write_printable_string' was here
int asn1_write_printable_string( unsigned char **p, unsigned char *start,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
asn1write.c:218:5: error: conflicting types for 'asn1_write_ia5_string'
int asn1_write_ia5_string( unsigned char **p, unsigned char *start,
^~~~~~~~~~~~~~~~~~~~~
In file included from asn1write.c:30:0:
/usr/local/ps3dev/portlibs/ppu/include/polarssl/asn1write.h:185:5: note: previous declaration of 'asn1_write_ia5_string' was here
int asn1_write_ia5_string( unsigned char **p, unsigned char *start,
^~~~~~~~~~~~~~~~~~~~~
make: *** [Makefile:85: asn1write.o] Error 1
../scripts/015-polarssl.sh: Failed.

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