This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM365: MontaVista Internal Error

Hi,

            I bought a DM365 DVR RDK from UDWORKS Inc. I am trying to get support on this question of mine for some time but to no avail. I am facing the following issue. Any help on this will be most welcome.

I have untarred the dvrrdk_v0.7B_090917.tar.gz  file which came on the DVD that came in the Box. I went in and ran

> make -s lsp

I get the following error

drivers/usb/core/hub.c:1309: warning: ‘__usb_suspend_device’ declared ‘static’ but never defined

drivers/video/logo/logo_dvr_pal_clut224.c:34589: internal compiler error: in output_constructor, at varasm.c:4309

Please submit a full bug report,

with preprocessed source if appropriate.

See <URL:http://www.mvista.com/support> for instructions.

make[5]: *** [drivers/video/logo/logo_dvr_pal_clut224.o] Error 1

make[4]: *** [drivers/video/logo] Error 2

make[3]: *** [drivers/video] Error 2

make[2]: *** [drivers] Error 2

make[1]: *** [lspbuild] Error 2

make: *** [lsp] Error 2

Exit 2

Earlier I had installed the mvl_5_0_0801921_demo_sys_setuplinux.bin in my usr/local directory. I am not able to understand the root cause of the problem. Could it be related to my HostPC Linux version. I am currently on Fedora 6 and the documentation mentions to install MVL on either RHEL WS3 or on Red Hat Linux 9. Now both these are quite old versions of Linux. So I don't know their significance.

Please any tips will be helpfull.

  • Unfortunately I don't have one of the DM365 DVR reference design kits so I never had a chance to try out the software they include, your best bet if it is a build issue with the UDWorks software would be to work with UDWorks though it sounds like they are not responding to this one.

    The internal compiler error makes it sound like there is some code generation tools versioning problem, so you may want to check any paths or configuration files used in their build to make sure you are using the proper set of tools to build.

    I would like to think this is not something that is dependent on your host, I can say that the software included with the DM365 EVM will build on alternative hosts (I use Ubuntu 9.04), so I would suspect this can to, usually I would get a different kind of error if the host OS is missing something, usually relating to the host's build packages not being installed, you may want to verify you have the ability to build something on your host for your host just to be sure.

  • Thank you Bernie, for your inputs. I finally root caused the problem to my faulty DDR memory. While I was trying to install Fedora 10. There is a utility that I say that came on the Fedora DVD called as MemTest86+. This utility you get as an option to run when you boot from the DVD. When I ran this utility it threw up errors in my DDR memory.

    So this what seems to be causing these vague errors. Today I bought new memory and I am going to try and run some stuff now. Hope it passes now.