Author Topic: LOOKING FOR URGENT HELP  (Read 7841 times)

subha_b

  • Guest
LOOKING FOR URGENT HELP
« on: August 19, 2010, 12:33:32 pm »
Hi,
Being frank I am a newbie in PIC programming(even more newbie in C:B !). I am interested in using C:B with SDCC compiler to make some application based on PIC18F46K20. I had quite a few doubts like
1. Is there anything to do with my processor with C:B IDE ? I mean whether there's any compatibility issue?
2. I am having some warnings like
" warning 182: absolute address for sfr 'SSPMSK' probably out of range "
and
"||ASlink-Warning-Undefined Global '_PORTAbits' referenced by module 'SimpleIO' "   

SimpleIO is my program name.

LOOKING FOR YOUR KIND HELP.
Thanking in Advance,
SB

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: LOOKING FOR URGENT HELP
« Reply #1 on: August 19, 2010, 01:31:11 pm »
" warning 182: absolute address for sfr 'SSPMSK' probably out of range "
"||ASlink-Warning-Undefined Global '_PORTAbits' referenced by module 'SimpleIO' "    
As this is not related to Code::Blocks and therefore violates our forums rules this topic gets locked.

Try in a forum related to the compiler you are using... probably a SDCC related forum.

For the record C::B is not SDCC.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ