Jump to content

Warning [215] when compiling


eptheca
 Share

Recommended Posts

Hi,

 

When compiling the mbhp_iic_midi_v1_0c firmware I get a warning for this line in the code :list p=16f88

 

Warning[215] Processor superseded by command line.

 

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Windows\System32>cd c:\midibox\mbhp_iic_midi_v1_0c_hack

c:\midibox\mbhp_iic_midi_v1_0c_hack>SET PATH=C:\MSYS\1.0\bin;C:\Program Files (x
86)\gputils\bin;C:\Program Files (x86)\SDCC\bin;%PATH%

c:\midibox\mbhp_iic_midi_v1_0c_hack>make
rm -rf _output/*
rm -rf _output
rm -rf *.cod *.map *.lst
rm -rf *.hex
mkdir -p _output
gpasm -c -p p16f88 -I./src  -DDEBUG_MODE=0  src/main.asm -o _output/main.o
src/main.asm:13:Warning[215] Processor superseded by command line.
gpasm -c -p p16f88 -I./src  -DDEBUG_MODE=0  src/flash.asm -o _output/flash.o
src/flash.asm:13:Warning[215] Processor superseded by command line.
gpasm -c -p p16f88 -I./src  -DDEBUG_MODE=0  src/midi.asm -o _output/midi.o
src/midi.asm:13:Warning[215] Processor superseded by command line.
gpasm -c -p p16f88 -I./src  -DDEBUG_MODE=0  src/prot.asm -o _output/prot.o
src/prot.asm:13:Warning[215] Processor superseded by command line.
gpasm -c -p p16f88 -I./src  -DDEBUG_MODE=0  src/iic.asm -o _output/iic.o
src/iic.asm:19:Warning[215] Processor superseded by command line.
gpasm -c -p p16f88 -I./src  -DDEBUG_MODE=0  src/iic_cmd.asm -o _output/iic_cmd.o

src/iic_cmd.asm:26:Warning[215] Processor superseded by command line.
gplink -s project.lkr -m -o project.hex _output/main.o _output/flash.o _output/m
idi.o _output/prot.o _output/iic.o _output/iic_cmd.o

c:\midibox\mbhp_iic_midi_v1_0c_hack>

I use the MSYS / gputils / SDCC chain

 

It still compiles a .hex

 

Does the warnings matter? ( I have searched the forum and web, but can't find an answer)

 

Any suggestions to what could be wrong

 

Best regards

Halvor

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...