Keep getting C:\Program Files\VSIDE\bin\make.exe: *** [Emulation-Debug\playwavorogg.o] Error -1073741819

Installing and using VSIDE tools for VLSI Solution's devices that contain a VSDSP signal processor.
Post Reply
Sourabh1986
User
Posts: 9
Joined: Wed 2018-05-30 1:39

Keep getting C:\Program Files\VSIDE\bin\make.exe: *** [Emulation-Debug\playwavorogg.o] Error -1073741819

Post by Sourabh1986 »

Hi,
I keep getting this error
C:\Program Files\VSIDE\bin\make.exe: *** [Emulation-Debug\playwavorogg.o] Error -1073741819
on building solution,i did changed the path to C:\Vside but still the same error persist.
Here's full description in log screen


Build started. Project: libaudiomodule, configuration: Emulation-Debug

lcc -g -hhw_desc -O6 -fsmall-code -DDEBUG -Iinclude -Ilib -IC:\Program\ Files\VSIDE\libvs1000 -o Emulation-Debug\playwavorogg.o C:\Users\sbansal\Desktop\Revision\VS1000AudioModule\playwavorogg.c

Build failed!

C:\Program Files\VSIDE\bin\make.exe: *** [Emulation-Debug\playwavorogg.o] Error -1073741819

Thank you
Sourabh Bansal
User avatar
Panu
VSDSP Expert
Posts: 2829
Joined: Tue 2010-06-22 13:43

Re: Keep getting C:\Program Files\VSIDE\bin\make.exe: *** [Emulation-Debug\playwavorogg.o] Error -1073741819

Post by Panu »

Hmm, I've never seen this error, very strange.

Do you have more than 1 make installed, e.g. some other microcontroller software compiler or something like that?

Have you modified the playwavorogg.c file?

-Panu
Sourabh1986
User
Posts: 9
Joined: Wed 2018-05-30 1:39

Re: Keep getting C:\Program Files\VSIDE\bin\make.exe: *** [Emulation-Debug\playwavorogg.o] Error -1073741819

Post by Sourabh1986 »

Hi,
Yes i do have couple of other software for compiling i.e. Atmel studio 7.0 , Quartus 2 13.1 and Altium 17.1.
But have not modified playwavorgg.c file at all.

-Sourabh bansal
User avatar
Panu
VSDSP Expert
Posts: 2829
Joined: Tue 2010-06-22 13:43

Re: Keep getting C:\Program Files\VSIDE\bin\make.exe: *** [Emulation-Debug\playwavorogg.o] Error -1073741819

Post by Panu »

1) Post a link to the project files you're trying to compile. It's from our web pages, right? Or included in VSIDE? I'll try to compile it myself.

2) Try to compile it with another PC

-Panu
Sourabh1986
User
Posts: 9
Joined: Wed 2018-05-30 1:39

Re: Keep getting C:\Program Files\VSIDE\bin\make.exe: *** [Emulation-Debug\playwavorogg.o] Error -1073741819

Post by Sourabh1986 »

1) Yes it is the VS1000GaplessNand from your website, HERE'S THE LINK FOR IT http://www.vlsi.fi/en/support/software/ ... tions.html.

2) I have tried 3 different computer but no luck. :( :(

Regards
Sourabh Bansal
User avatar
pasi
VLSI Staff
Posts: 2120
Joined: Thu 2010-07-15 16:04

Re: Keep getting C:\Program Files\VSIDE\bin\make.exe: *** [Emulation-Debug\playwavorogg.o] Error -1073741819

Post by pasi »

Hi, it seems the libdev1000.a hasn't been updated in VSIDE for a while.

A workaround: make a lib/ subdirectory under the Player/ directory in the solution and copy the attached file there as libdev1000.a .
Attachments
libdev1000-a.bin
(173.24 KiB) Downloaded 457 times
Visit https://www.facebook.com/VLSISolution VLSI Solution on Facebook
Sourabh1986
User
Posts: 9
Joined: Wed 2018-05-30 1:39

Re: Keep getting C:\Program Files\VSIDE\bin\make.exe: *** [Emulation-Debug\playwavorogg.o] Error -1073741819

Post by Sourabh1986 »

Hi,
Thank you for the reply,
Now it is working with code i downloaded from your website but error keep popping up for the other solution, i have attached the same.
Can you please take a look and see what is the problem?

Regards
Sourabh Bansal
Attachments
Revision00.zip
VS1000AudioModule
(571.5 KiB) Downloaded 404 times
Sourabh1986
User
Posts: 9
Joined: Wed 2018-05-30 1:39

Re: Keep getting C:\Program Files\VSIDE\bin\make.exe: *** [Emulation-Debug\playwavorogg.o] Error -1073741819

Post by Sourabh1986 »

Hi,
Got it there was a small syntax error in the playwavorogg.c code, line 31.
It is working now.

Thank you
Post Reply