Menu

#11 cross-compiling issues on MIPS platforms

open
nobody
None
5
2013-04-17
2013-04-17
Ovidiu Sas
No

Hello,

While trying to cross compile the library for MIPS architectures, the test/srtp_driver.c files to compile due to usage of reserved word "mips"
The solution was to simply replace "mips" with "srtp_mips":
sed -i -e "s/\bmips/srtp_mips/g" test/srtp_driver.c

Regards,
Ovidiu Sas

Discussion


Log in to post a comment.

MongoDB Logo MongoDB