Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

having issues with installing ps3libraries #61

Open
maharthyma opened this issue Dec 11, 2022 · 0 comments
Open

having issues with installing ps3libraries #61

maharthyma opened this issue Dec 11, 2022 · 0 comments

Comments

@maharthyma
Copy link

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant