Author Topic: Using a compiler within slickedit  (Read 7358 times)

Gauthier

  • Community Member
  • Posts: 10
  • Hero Points: 0
Using a compiler within slickedit
« on: September 03, 2008, 07:49:26 AM »
Hi all!

I don't manage to tell Slickedit where to look for my assembler/linker include files.

I tried to include the path to these includes in:
- Project Properties -> Directories -> Includes
but it didn't help. If I understand things right, this field is only for jumping into the include file with right click ->Go to Definition?

- Project Properties -> Compile/Link -> Libraries/Objects.
I included all the include files in that field. It didn't help either.

Here is the verbose result in my Build window:
Code: [Select]
C:\cvswork\be2210\Debug>"C:\Program\SlickEdit 2008\win\vsbuild" build -b C:\cvswork\be2210\main.ss -v C:\work\workspaces\audiolink.vpw C:\cvswork\be2210.vpj -signal 9009
vsbuild: No dependencies for C:\cvswork\be2210.vpj
VSLICKERRORPATH="c:\cvswork\be2210\Debug"
vsbuild: Changed to directory 'c:\cvswork\be2210\Debug'
vsbuild: "C:\Program\AMIS\SignaKlara Tools 4\bin\mccc" -c -bSK2 -g -e -I${edk.include}/sk2 -DSK2_CID=3 -D_DEBUG_MODE --lst --lb ../AppFrameInit.ss ../CompressorTuning.ss ../FreqShape.ss ../HMI.ss ../I2C_drivers.ss ../ISR.ss ../Init.ss ../Input.ss ../InputSource.ss ../LED.ss ../Output.ss ../PAdata.ss ../Settings.ss ../TestMode.ss ../Volume.ss ../main.ss ../windows.ss
"..\AppFrame.inc", line 23: Cannot find and/or read include file "sk2_hw.inc"
"..\AppFrame.inc", line 25: Cannot find and/or read include file "boss.inc"
"..\AppFrame.inc", line 26: Cannot find and/or read include file "bootloader.inc"
"..\AppFrame.inc", line 27: Cannot find and/or read include file "skfs.inc"
"..\AppFrame.inc", line 28: Cannot find and/or read include file "bat.inc"
"..\AppFrame.inc", line 29: Cannot find and/or read include file "wola.inc"
vsbuild: Program returned 1

I hope someone could help! Thanks!

Gauthier