Error when compilling vsos3 app or kernel

Installing and using VSIDE tools for VLSI Solution's devices that contain a VSDSP signal processor.
Post Reply
max_1536
Senior User
Posts: 76
Joined: Thu 2015-02-12 20:16

Error when compilling vsos3 app or kernel

Post by max_1536 »

Hi,

I have desintalled a reinstalled the newest version of the vside
i don't understand why i got this:

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

lcc -g -hhw_desc -O6 -fsmall-code -DDEBUG -Iinclude -IC:\VSIDE\libvs1005g_vsos3 -o Emulation-Debug\main.o C:\Users\Penteract\Documents\solutions\MySolutionnnn\DevUart.c

C:\Users\Penteract\Documents\solutions\MySolutionnnn\DevUart.c (76) Warning 30: parameter 3 is pointer to a different object
C:\Users\Penteract\Documents\solutions\MySolutionnnn\DevUart.c (80) Warning 30: assignment argument is a pointer to a different object
optimizing (223): 166 165.165.163.163.163
Successfully compiled 6390 lines (87 in source) with 2 warnings.
C 163 CF 0 X 142 Y 0 F 0
voplinkg -k -m mem_desc_app03.mem -nokeepvisible C:\VSIDE/libvs1005g_vsos3/vsos03.o Emulation-Debug\main.o -o Emulation-Debug\MyProjectuart.coff -L. -Llib -LC:\VSIDE\libvs1005g_vsos3 -lvsos03 -lc -lgeneral -lcodecmpgsmall -lrtossmall

Total words: I 237, X 142, Y 0.
copy loadable.ap3 MyProjectuart.dl3 /y
process_begin: CreateProcess((null), copy loadable.ap3 MyProjectuart.dl3 /y, ...) failed.
make (e=2): Le fichier spécifié est introuvable.

C:\VSIDE\bin\make.exe: *** [Emulation-Debug/MyProjectuart.coff] Error 2


Build failed!


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

Re: Error when compilling vsos3 app or kernel

Post by Panu »

Hi!

Are you running VSIDE in an operating system where the COPY command is not available?

If you're having problem with copy, you can remove these two lines from Project->Properties->Post-Build:
copy loadable.ap3 $(PROJNAME).ap3 /y
$(IF_DEPLOY) copy loadable.ap3 $(TARGETDRIVE)\$(PROJNAME).ap3 /y
These lines rename the linker output file "loadable.ap3" into projectname.ap3 and copy it to the VS1005 board. You can perform these steps manually.

Sometimes VSIDE may clash with some other microcontroller IDEs - do you have other IDE's installed?

-Panu
max_1536
Senior User
Posts: 76
Joined: Thu 2015-02-12 20:16

Re: Error when compilling vsos3 app or kernel

Post by max_1536 »

Hi,

I am running it on windows 8.

removing these lines solved the compilaition failed.

yes i have another IDE : MPLAB X IDE

Thx for your help

Max
Michaelo
User
Posts: 7
Joined: Tue 2015-04-07 3:30
Location: Dublin, Ireland
Contact:

Re: Error when compilling vsos3 app or kernel

Post by Michaelo »

Same/Similar problem Windows 8 also have other IDE installed...

Code: Select all

C:\Users\Mike\AppData\Local\Temp\make122602.sh: copy: command not found
C:\VSIDE\bin\make.exe: *** [Emulation-Debug/VSOS_0304.coff] Error 127
User avatar
Panu
VSDSP Expert
Posts: 2829
Joined: Tue 2010-06-22 13:43

Re: Error when compilling vsos3 app or kernel

Post by Panu »

Right, it's rather strange that some shells don't offer the COPY command to make. But that problem is easily solved by removing the COPY command from Project -> Properties -> Post-build step. It's normally not needed anyway, only when you are changing the kernel calling conventions.

If someone could offer a definitive fix to (and the reason for) this error, I would be very happy..

-Panu
Michaelo
User
Posts: 7
Joined: Tue 2015-04-07 3:30
Location: Dublin, Ireland
Contact:

Re: Error when compilling vsos3 app or kernel

Post by Michaelo »

Thanks for that, I'll check it out...
Mike
Post Reply