[Csnd] cross compiling csound to arm
Date | 2011-04-15 18:04 |
From | Brian Redfern |
Subject | [Csnd] cross compiling csound to arm |
I'm wondering if there are any technical issues in trying to cross compile csound to arm? I'm learning the android 2.3 sdk, on ordinary android phones you can't do much with the command line, but on a rooted phone you could theoretically run csound right from the command line and with sdk 2.3 you can write apps in pure native arm c++ without having to mess with any java. Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2011-04-15 23:15 |
From | Justin Glenn Smith |
Subject | Re: [Csnd] cross compiling csound to arm |
I use csound on my Nokia n900 (Maemo 5 OS, running csound inside an out-of-the-box chroot Debian system called "easydebian"). I do plan on attempting a cross compile myself once I figure out the maemo cross compiling environment (so I can exploit more of the hardware acceleration of the cortex chip and have the option of running 32 bit rather than Debian's default 64). Brian Redfern wrote: > I'm wondering if there are any technical issues in trying to cross > compile csound to arm? I'm learning the android 2.3 sdk, on ordinary > android phones you can't do much with the command line, but on a > rooted phone you could theoretically run csound right from the command > line and with sdk 2.3 you can write apps in pure native arm c++ > without having to mess with any java. > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > > Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2011-04-15 23:35 |
From | Brian Redfern |
Subject | Re: [Csnd] cross compiling csound to arm |
Yeah seeing the sea change in tablet and mobile, I'd like to be able to run csound on an android tablet. If csound can run on the original OLPC, I don't see why it can't fine on a 1ghz dual core arm system. On Fri, Apr 15, 2011 at 3:15 PM, Justin Glenn Smith |
Date | 2011-04-16 00:22 |
From | Rory Walsh |
Subject | Re: [Csnd] cross compiling csound to arm |
Pd works great on my android phone so I'm sure Csound would run smoothly too. It would be great if this is possible but isn't there a problem with dependencies? On 15 April 2011 23:35, Brian Redfern |
Date | 2011-04-16 00:24 |
From | Brian Redfern |
Subject | Re: [Csnd] cross compiling csound to arm |
I would think a minimal compiled version could run, but I could be wrong, it would be nice to have de-coupling so that the core csound could still compile to arm. On Fri, Apr 15, 2011 at 4:22 PM, Rory Walsh |
Date | 2011-04-16 00:54 |
From | Justin Glenn Smith |
Subject | Re: [Csnd] cross compiling csound to arm |
Csound compiles to arm, as do all its dependencies, I know this for a fact. The real question is how nicely the android environment plays with those dependencies. If not, is it possible to root the device and put maemo on it? If so, csound will run no problem. Brian Redfern wrote: > I would think a minimal compiled version could run, but I could be > wrong, it would be nice to have de-coupling so that the core csound > could still compile to arm. > > On Fri, Apr 15, 2011 at 4:22 PM, Rory Walsh |
Date | 2011-04-16 00:55 |
From | Brian Redfern |
Subject | Re: [Csnd] cross compiling csound to arm |
More than likely its going to take version 2.3, because that one alllows for c++ native apps with no java dependencies. On Fri, Apr 15, 2011 at 4:54 PM, Justin Glenn Smith |
Date | 2011-04-16 01:24 |
From | Rory Walsh |
Subject | Re: [Csnd] cross compiling csound to arm |
My android is 2.3. I see that one can write Juce applications in C++ on it. There is no support yet for audio but it's a nice GUI toolkit. It would be great to be able to link to Csound from applications created with Juce. Building front-ends this way should be relatively easy. Rory. On 16 April 2011 00:55, Brian Redfern |
Date | 2011-04-16 02:31 |
From | Brian Redfern |
Subject | Re: [Csnd] cross compiling csound to arm |
Ideally csound would be a native service that you write dalvik based front ends for On Apr 15, 2011 5:24 PM, "Rory Walsh" <rorywalsh@ear.ie> wrote:
> My android is 2.3. I see that one can write Juce applications in C++ > on it. There is no support yet for audio but it's a nice GUI toolkit. > It would be great to be able to link to Csound from applications > created with Juce. Building front-ends this way should be relatively > easy. > > Rory. > > > > > On 16 April 2011 00:55, Brian Redfern <brianwredfern@gmail.com> wrote: >> More than likely its going to take version 2.3, because that one >> alllows for c++ native apps with no java dependencies. >> >> On Fri, Apr 15, 2011 at 4:54 PM, Justin Glenn Smith >> <noisesmith@gmail.com> wrote: >>> Csound compiles to arm, as do all its dependencies, I know this for a fact. The real question is how nicely the android environment plays with those dependencies. If not, is it possible to root the device and put maemo on it? If so, csound will run no problem. >>> >>> Brian Redfern wrote: >>>> I would think a minimal compiled version could run, but I could be >>>> wrong, it would be nice to have de-coupling so that the core csound >>>> could still compile to arm. >>>> >>>> On Fri, Apr 15, 2011 at 4:22 PM, Rory Walsh <rorywalsh@ear.ie> wrote: >>>>> Pd works great on my android phone so I'm sure Csound would run >>>>> smoothly too. It would be great if this is possible but isn't there a >>>>> problem with dependencies? >>>>> >>>>> On 15 April 2011 23:35, Brian Redfern <brianwredfern@gmail.com> wrote: >>>>>> Yeah seeing the sea change in tablet and mobile, I'd like to be able >>>>>> to run csound on an android tablet. If csound can run on the original >>>>>> OLPC, I don't see why it can't fine on a 1ghz dual core arm system. >>>>>> >>>>>> On Fri, Apr 15, 2011 at 3:15 PM, Justin Glenn Smith >>>>>> <noisesmith@gmail.com> wrote: >>>>>>> I use csound on my Nokia n900 (Maemo 5 OS, running csound inside an out-of-the-box chroot Debian system called "easydebian"). >>>>>>> >>>>>>> I do plan on attempting a cross compile myself once I figure out the maemo cross compiling environment (so I can exploit more of the hardware acceleration of the cortex chip and have the option of running 32 bit rather than Debian's default 64). >>>>>>> >>>>>>> Brian Redfern wrote: >>>>>>>> I'm wondering if there are any technical issues in trying to cross >>>>>>>> compile csound to arm? I'm learning the android 2.3 sdk, on ordinary >>>>>>>> android phones you can't do much with the command line, but on a >>>>>>>> rooted phone you could theoretically run csound right from the command >>>>>>>> line and with sdk 2.3 you can write apps in pure native arm c++ >>>>>>>> without having to mess with any java. >>>>>>>> >>>>>>>> >>>>>>>> Send bugs reports to the Sourceforge bug tracker >>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599 >>>>>>>> Discussions of bugs and features can be posted here >>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> Send bugs reports to the Sourceforge bug tracker >>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599 >>>>>>> Discussions of bugs and features can be posted here >>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" >>>>>>> >>>>>>> >>>>>> >>>>>> Send bugs reports to the Sourceforge bug tracker >>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599 >>>>>> Discussions of bugs and features can be posted here >>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" >>>>>> >>>>>> >>>>> >>>>> Send bugs reports to the Sourceforge bug tracker >>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599 >>>>> Discussions of bugs and features can be posted here >>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" >>>>> >>>>> >>>> >>>> >>>> Send bugs reports to the Sourceforge bug tracker >>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599 >>>> Discussions of bugs and features can be posted here >>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" >>>> >>>> >>> >>> >>> >>> Send bugs reports to the Sourceforge bug tracker >>> https://sourceforge.net/tracker/?group_id=81968&atid=564599 >>> Discussions of bugs and features can be posted here >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" >>> >>> >> >> >> Send bugs reports to the Sourceforge bug tracker >> https://sourceforge.net/tracker/?group_id=81968&atid=564599 >> Discussions of bugs and features can be posted here >> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" >> >> > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > |
Date | 2011-04-16 02:36 |
From | Brian Redfern |
Subject | Re: [Csnd] cross compiling csound to arm |
It supports this embedded audio library that has most of the functionality of alsa or oss, but the realtime audio part of csound would need this lib support added to make realtime output possible. On Apr 15, 2011 5:24 PM, "Rory Walsh" <rorywalsh@ear.ie> wrote:
> My android is 2.3. I see that one can write Juce applications in C++ > on it. There is no support yet for audio but it's a nice GUI toolkit. > It would be great to be able to link to Csound from applications > created with Juce. Building front-ends this way should be relatively > easy. > > Rory. > > > > > On 16 April 2011 00:55, Brian Redfern <brianwredfern@gmail.com> wrote: >> More than likely its going to take version 2.3, because that one >> alllows for c++ native apps with no java dependencies. >> >> On Fri, Apr 15, 2011 at 4:54 PM, Justin Glenn Smith >> <noisesmith@gmail.com> wrote: >>> Csound compiles to arm, as do all its dependencies, I know this for a fact. The real question is how nicely the android environment plays with those dependencies. If not, is it possible to root the device and put maemo on it? If so, csound will run no problem. >>> >>> Brian Redfern wrote: >>>> I would think a minimal compiled version could run, but I could be >>>> wrong, it would be nice to have de-coupling so that the core csound >>>> could still compile to arm. >>>> >>>> On Fri, Apr 15, 2011 at 4:22 PM, Rory Walsh <rorywalsh@ear.ie> wrote: >>>>> Pd works great on my android phone so I'm sure Csound would run >>>>> smoothly too. It would be great if this is possible but isn't there a >>>>> problem with dependencies? >>>>> >>>>> On 15 April 2011 23:35, Brian Redfern <brianwredfern@gmail.com> wrote: >>>>>> Yeah seeing the sea change in tablet and mobile, I'd like to be able >>>>>> to run csound on an android tablet. If csound can run on the original >>>>>> OLPC, I don't see why it can't fine on a 1ghz dual core arm system. >>>>>> >>>>>> On Fri, Apr 15, 2011 at 3:15 PM, Justin Glenn Smith >>>>>> <noisesmith@gmail.com> wrote: >>>>>>> I use csound on my Nokia n900 (Maemo 5 OS, running csound inside an out-of-the-box chroot Debian system called "easydebian"). >>>>>>> >>>>>>> I do plan on attempting a cross compile myself once I figure out the maemo cross compiling environment (so I can exploit more of the hardware acceleration of the cortex chip and have the option of running 32 bit rather than Debian's default 64). >>>>>>> >>>>>>> Brian Redfern wrote: >>>>>>>> I'm wondering if there are any technical issues in trying to cross >>>>>>>> compile csound to arm? I'm learning the android 2.3 sdk, on ordinary >>>>>>>> android phones you can't do much with the command line, but on a >>>>>>>> rooted phone you could theoretically run csound right from the command >>>>>>>> line and with sdk 2.3 you can write apps in pure native arm c++ >>>>>>>> without having to mess with any java. >>>>>>>> >>>>>>>> >>>>>>>> Send bugs reports to the Sourceforge bug tracker >>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599 >>>>>>>> Discussions of bugs and features can be posted here >>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> Send bugs reports to the Sourceforge bug tracker >>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599 >>>>>>> Discussions of bugs and features can be posted here >>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" >>>>>>> >>>>>>> >>>>>> >>>>>> Send bugs reports to the Sourceforge bug tracker >>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599 >>>>>> Discussions of bugs and features can be posted here >>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" >>>>>> >>>>>> >>>>> >>>>> Send bugs reports to the Sourceforge bug tracker >>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599 >>>>> Discussions of bugs and features can be posted here >>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" >>>>> >>>>> >>>> >>>> >>>> Send bugs reports to the Sourceforge bug tracker >>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599 >>>> Discussions of bugs and features can be posted here >>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" >>>> >>>> >>> >>> >>> >>> Send bugs reports to the Sourceforge bug tracker >>> https://sourceforge.net/tracker/?group_id=81968&atid=564599 >>> Discussions of bugs and features can be posted here >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" >>> >>> >> >> >> Send bugs reports to the Sourceforge bug tracker >> https://sourceforge.net/tracker/?group_id=81968&atid=564599 >> Discussions of bugs and features can be posted here >> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" >> >> > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > |