porting netcommsw onto CodeWarrior for Power Architecture Version: 10.4.0 - for B4860QDS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

porting netcommsw onto CodeWarrior for Power Architecture Version: 10.4.0 - for B4860QDS

452 Views
markdoherty
Contributor I

Is there any help documents on building netcommsw for the pwer arch?

 

I have created a new codewarrior bareboard project (C static library / GCC AEABI toolchain / hardware FP).

I've updated the include path to include:

 

"${ProjDirPath}/GeneralBuildFlags"

"${ProjDirPath}/Sources/NetCommSw/inc"

"${ProjDirPath}/Sources/NetCommSw/inc/integrations"

"${ProjDirPath}/Sources/NetCommSw/inc/cores"

"${ProjDirPath}/Sources/NetCommSw/inc/etc"

"${ProjDirPath}/Sources/NetCommSw/inc/IntrCtl"

"${ProjDirPath}/Sources/NetCommSw/inc/MemCtl"

"${ProjDirPath}/Sources/NetCommSw/inc/Peripherals"

"${ProjDirPath}/Sources/NetCommSw/inc/integrations/B4860"

"${ProjDirPath}/Sources/NetCommSw/inc/flib"

"${ProjDirPath}/Sources/NetCommSw/inc/flib/common"

"${ProjDirPath}/Sources/NetCommSw/cores/e500"

"${ProjDirPath}/Sources/NetCommSw/etc"

"${ProjDirPath}/Sources/NetCommSw/IntrCtl"

"${ProjDirPath}/Sources/NetCommSw/MemCtl"

"${ProjDirPath}/Sources/NetCommSw/integrations/B4860"

"${ProjDirPath}/Sources/NetCommSw/Peripherals/BM"

"${ProjDirPath}/Sources/NetCommSw/Peripherals/FM/inc"

"${ProjDirPath}/Sources/NetCommSw/Peripherals/FM/Pcd"

"${ProjDirPath}/Sources/NetCommSw/Peripherals/FM/Port"

"${ProjDirPath}/Sources/NetCommSw/Peripherals/FM/MAC"

"${ProjDirPath}/Sources/NetCommSw/Peripherals/FM/HC"

"${ProjDirPath}/Sources/NetCommSw/Peripherals/FM/MACSEC"

"${ProjDirPath}/Sources/NetCommSw/Peripherals/FM/SP"

"${ProjDirPath}/Sources/NetCommSw/Peripherals/QM"

"${ProjDirPath}/Sources/NetCommSw/Peripherals/DUART"

"${ProjDirPath}/Sources/NetCommSw/Peripherals/FM/Rtc"

"${ProjDirPath}/Sources/NetCommSw/Peripherals/DPAA"

"${ProjDirPath}/Sources/NetCommSw/Peripherals/SEC"

"${ProjDirPath}/Sources/NetCommSw/Peripherals/SEC/DCL"

"${ProjDirPath}/Sources/NetCommSw/Peripherals/DMA"

"${ProjDirPath}/Sources/NetCommSw/Peripherals/I2C"

"${ProjDirPath}/Sources/NetCommSw/Peripherals/Spi"

"${ProjDirPath}/Sources/NetCommSw/Peripherals/PCI"

"${ProjDirPath}/Sources/NetCommSw/Peripherals/MII"

"${ProjDirPath}/Sources/NetCommSw/Peripherals/PM"

"${PA_TOOLS_HOME}\PA_Support\ewl\EWL_C\include"

"${PA_TOOLS_HOME}\PA_Support\ewl\EWL_C\include\pa"

"${PA_TOOLS_HOME}\PA_Support\ewl\EWL_C++\include"

"${PA_TOOLS_HOME}\PA_Support\ewl\EWL_Runtime\Runtime_PA\Include"

"${PA_TOOLS_HOME}\PA_Support\ewl\lib"

"${PA_TOOLS_HOME}\PA_Support\Serial\lib"

 

How do I include the prefix mechanism in this version of CW 10.4...

 

#if !__option(precompile)

#include "dflags_Debug.h" /* was "Prefix file" */

#endif

Labels (1)
Tags (2)
0 Kudos
1 Reply

358 Views
lunminliang
NXP Employee
NXP Employee

Hi, Mark Doherty

There is command line option "-prefix" as below:

Adds contents of a text file or precompiled header as a prefix to all source files.

Syntax

-prefix file

Is this what you want?

Why do not use CodeWarrior 10.3? As this is the version specified in NCSW-Release-Notes.pdf of GA4.7 for B4860.


Have a great day,
Lunmin

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos