Author Topic: OpenDingux release?  (Read 13872 times)

mandrake88 (OP)

  • Posts: 152
OpenDingux release?
« on: September 15, 2010, 09:04:52 pm »
Hi:

There is a release of open dingux? or will be released soon?
Or i have to download git version?
Dingoo A320 Black - Original by Dingoo Digital

pcercuei

  • Posts: 1689
    • My devblog
Re: OpenDingux release?
« Reply #1 on: September 15, 2010, 10:15:34 pm »
OpenDingux currently isn't ready for everyday use. Many apps are not compatible.
But we're a small team working every day on improving it.

Coccijoe

  • Posts: 366
    • Underground Portables
Re: OpenDingux release?
« Reply #2 on: October 11, 2010, 11:47:43 am »
You know when opendingux ready? it's just curiosity, I know that people who devellopent (thank you) have a life apart from Dingoo :D

SiENcE

  • Posts: 653
    • Crank Gaming (Dingux Apps)
Re: OpenDingux release?
« Reply #3 on: October 11, 2010, 10:14:55 pm »
It would be time.

benoitb

  • Guest
Re: OpenDingux release?
« Reply #4 on: December 17, 2010, 09:35:34 am »
Are there any news about OpenDingux ? Is it still being worked on ?

pcercuei

  • Posts: 1689
    • My devblog
Re: OpenDingux release?
« Reply #5 on: December 18, 2010, 09:18:22 am »
Yes, AFAIK it is still being worked on. :)

benoitb

  • Guest
Re: OpenDingux release?
« Reply #6 on: February 14, 2011, 12:40:56 pm »
Ayla, the only thing preventing you from releasing is lack of OSS sound support ?

pcercuei

  • Posts: 1689
    • My devblog
Re: OpenDingux release?
« Reply #7 on: February 14, 2011, 12:58:04 pm »
There are only a few things left for a first release, so it should be here soon (and by soon I mean, probably before march).

About OSS: we don't want to stick with a deprecated API. The problem is that some apps (and mostly emulators...) does use OSS exclusively, even if they are SDL based. I tried to compile the AOSS lib, so that the apps using OSS exclusively would be usable on OD too. But I'm running into performance issues.

Well I didn't really have time to work on that, I'll look into it once again. If you want more information, just hang around in freenode #dingoonity.

jmi

  • Guest
Re: OpenDingux release?
« Reply #8 on: April 19, 2011, 06:56:02 pm »
Any news on this topic?

pcercuei

  • Posts: 1689
    • My devblog
Re: OpenDingux release?
« Reply #9 on: April 19, 2011, 09:28:13 pm »
The team is small so the progress is slow...

SilverhawkBR

  • Posts: 390
Re: OpenDingux release?
« Reply #10 on: April 19, 2011, 09:47:58 pm »
Barely cant wait.  :D

K-77

  • * Former Staff
  • Posts: 343
Re: OpenDingux release?
« Reply #11 on: July 15, 2011, 04:52:43 pm »
Any news?

Megacubo

  • Posts: 66
Re: OpenDingux release?
« Reply #12 on: July 28, 2011, 12:13:59 am »
I do not want to exert pressure, but would like to know if they are still working on opendingux.

If so, where is your repository and what the basic instructions to compile?

Megacubo

  • Posts: 66
Re: OpenDingux release?
« Reply #13 on: July 29, 2011, 11:54:27 pm »
I need help, i try to compile opendingux kernel but i get next error

ARCH=mips make vmlinuz.bin

gcc: 0: no such file or directory
gcc: unrecognized option '-G'
gcc: unrecognized option '-EL'
cc1: error: unrecognized command line option "-mabi=32"
cc1: error: unrecognized command line option "-mno-abicalls"
cc1: error: unrecognized command line option "-mips32"
  CHK     include/linux/version.h
  CHK     include/generated/utsrelease.h
  CC      kernel/bounds.s
gcc: 0: no such file or directory
gcc: unrecognized option '-G'
gcc: unrecognized option '-EL'
cc1: error: unrecognized command line option "-mabi=32"
cc1: error: unrecognized command line option "-mno-abicalls"
cc1: error: unrecognized command line option "-mips32"
make[1]: *** [kernel/bounds.s] Error 1
make: *** [prepare0] Error 2

i run linuxmint 9 (based in ubuntu 10.04) put dingux toolchain in /opt and i have gcc (4.4.4.3) instaled what i'm doing wrong?


zear

  • * Moderator
  • Posts: 2381
Re: OpenDingux release?
« Reply #14 on: July 30, 2011, 12:00:05 am »
Did you export the dingux toolchain path?

Megacubo

  • Posts: 66
Re: OpenDingux release?
« Reply #15 on: July 30, 2011, 02:36:50 am »
Did you export the dingux toolchain path?

no, could you explain to me how's it done?

zear

  • * Moderator
  • Posts: 2381
Re: OpenDingux release?
« Reply #16 on: July 30, 2011, 10:12:02 am »
Just run that command in your shell:
Code: [Select]
export PATH="${PATH}:/opt/mipsel-linux-uclibc/usr/bin/"
Anyway, you'll also need a new rootfs to run OD. It won't work with the old one. Best way to obtain it is to get on irc and ask the devs for it ;)
« Last Edit: July 30, 2011, 10:14:16 am by zear »

Megacubo

  • Posts: 66
Re: OpenDingux release?
« Reply #17 on: July 30, 2011, 06:29:47 pm »
Thank you very much for your help. is being compiled now, can I post a link to my kernel compiled? in this way would be much more easy for people to test and report bugs
« Last Edit: July 30, 2011, 06:52:39 pm by Megacubo »

pcercuei

  • Posts: 1689
    • My devblog
Re: OpenDingux release?
« Reply #18 on: July 30, 2011, 07:35:41 pm »
We've been working on it for more than a year now. There are not a lot of things left, the release will come in a couple of weeks. It depends how motivated we are :)

Please don't release your version, it's not yet suitable for a release, and would be obsolete in a couple of days...

Shin-NiL

  • Posts: 355
    • Shin-NiL's Personal Web Page (Brazilian Portuguese)
Re: OpenDingux release?
« Reply #19 on: August 02, 2011, 12:15:47 am »
I can't wait to see the OpenDingux new features in action.

Maybe OpenAL can work better with Alsa backend ;)

 

Post a new topic