PDA

View Full Version : Skipping link step. Not all sources built successfully



Jalves
- 16th March 2009, 16:52
Hi Everyone,

I am using MPLAB 8.15a and PBP 8.50b and I have setup my MPLAB as in http://melabs.com/support/mplab.htm, I also looked for the failed below in the internert and I didnīt find nothing. What it is this?

Executing: "E:\PBP\PBP.EXE" -ampasmwin -oq -z -p12F675 "BLINK.BAS"
Skipping link step. Not all sources built successfully.
BUILD FAILED: Mon Mar 16 13:48:03 2009

Thanks to all

Acetronics2
- 16th March 2009, 17:09
Hi,

Here is a demo compiling result window from mine:



Executing: "C:\Program Files\Microchip\MPLAB IDE\PBP\PBPW.EXE" -ampasmwin -oq -z -p16F88 "Comm8_T14M.bas"
PICBASIC PRO(TM) Compiler 2.50b, (c) 1998, 2008 microEngineering Labs, Inc.
All Rights Reserved.
Message[301] C:\PROGRAM FILES\MICROCHIP\MPLAB IDE\PBP\16F88.INC 23 : MESSAGE: ( PENSEZ ā INDIQUER la BONNE CONFIG ... )
Loaded C:\Program Files\Microchip\MPLAB IDE\Projets\Comm8_T14M.COD.
BUILD SUCCEEDED: Mon Mar 16 18:06:50 2009


I think you've selected the wrong Compiler ... in MPLAB menu : Project \ Select Language toolsuite.

Alain

Jalves
- 16th March 2009, 17:19
Hi Alain,

I selected E:\PBP\PBP.EXE as language location and for Language Toolsuit microEngineering PicBasic Pro Compiler (pbpw.exe). So I think it is right.

Thanks

mackrackit
- 16th March 2009, 18:45
Yours looks about right to me.

With the exception of the "W" as Alan pointed out. Double check your selection.


Executing: "E:\PBP\PBP.EXE" -ampasmwin -oq -z -p12F675 "BLINK.BAS"

Jalves
- 16th March 2009, 19:19
You two are right, now it is working. I donīt know from where I saw that set up.

Thank you

Acetronics2
- 16th March 2009, 19:25
I donīt know from where I saw that set up.

Thank you

Probably good ol' DOS running computers times ...

Glad for you it works fine.

Alain