[Home]

Summary:ASTERISK-07340: implement mipsel cross-compiling in the main Makefile
Reporter:Yoann WALTHER (ywalther)Labels:
Date Opened:2006-07-13 11:14:45Date Closed:2006-09-21 08:28:58
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:In the current main Makefile, there is already the possibility to cross compile, and various architectures are supported, but not the mips.
I work on a VoIP board project for Sigma Designs, and our chip is a mips. Currently we compile natively on the board, which is painful. It would be great to have mips cross-compiling enabled.
Comments:By: Serge Vecher (serge-v) 2006-07-13 11:17:59

I doubt the core development team has the hardware to do proper testing ... Are you able to provide a patch (which will have to be against trunk)?

By: Yoann WALTHER (ywalther) 2006-07-13 11:20:49

Well, yes, I could spend some time on it, and file you a patch.

By: Serge Vecher (serge-v) 2006-07-13 13:21:37

thanks ywalther: I will mark this feedback until you are ready. Please note, like I said in the other of your bugs, you will need to file a disclaimer on file with digium to allow the patch to be incorporated into trunk. Thanks!

By: Serge Vecher (serge-v) 2006-08-08 13:28:55

ywalther: any progress here?

By: Yoann WALTHER (ywalther) 2006-08-09 03:18:14

I already have a patch for mips cross-compiling against a normal libc. However, it would be great if this could be compiled against a uclibc...
Anyway, I'll prepare the patch for libc.

By: Serge Vecher (serge-v) 2006-08-25 11:08:26

*ping ywalther

By: Serge Vecher (serge-v) 2006-09-20 11:43:16

still waiting

By: Yoann WALTHER (ywalther) 2006-09-20 17:56:06

I tested the new build process on trunk, and the autoconf is ok now for mips cross-compiling, even against an uclibc.
This bug can so be closed.