Asm project

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

Asm project

559 Views
IlConte
Contributor IV

With CW 10.2 Eclipse how can I create a new asm project, without C code ?

In the CW classic version, the wizard new projec habe this possibility, but in eclipse version I don't have find it !

 

Thanks

Labels (1)
0 Kudos
4 Replies

362 Views
J2MEJediMaster
Specialist I

If you are chosing an HC08 target (I am guessing here because you do not say), in the New Project Wizard, when you get to the Languages page, uncheck the C option and the Absolute Assembly option should become enabled.

 

For other targets where the Absolute assembly option isn't available on the New Project wizard, you will probably have to use in-line assembly. As I am not familiar with all of the different options possible, check the documetation in the Help folder of the CodeWarrior installation folder. Manuals for the ColdFire, Kinetis, and DSC assemblers are available there.

 

---Tom

0 Kudos

362 Views
IlConte
Contributor IV

 

In the File-> New there isn't the wizard !

 

 

 

0 Kudos

362 Views
J2MEJediMaster
Specialist I

There isn't a wizard because you have to give CodeWarrior some more information. How a project is set up for a Linux application is quite different from a low-level close-to-the-metal bareboard application. This requires that you specify the application type before the wizard appears. Choose either Linux/uLinux Application or Bareboard application. The appropriate wizard then appears.

 

---Tom

0 Kudos

362 Views
IlConte
Contributor IV

Ok is in bareboard

0 Kudos