Hi,
I am compiling a code with two IPA options which are File and Program options. The first option compiles with no error or warning for FLASH but the second option that is Program, generates 2 warnings for FLASH compile as follwos:
//-----------------------
FORCEACTIVE symbol 'bam_rchw' is either not a global symbol or doesn't exist. Ignored.
FORCEACTIVE symbol 'bam_resetvector' is either not a global symbol or doesn't exist. Ignored.
//-----------------------
These situation prevents the code to run as an stand alone entity!? ( It runs with debugger in control!) is there any way to fix this probelm?
I am running CW IDE 2.7 Professional on windows 7
Thanks;