Topic : LIBOMF commands

Forum : ST7/STM8

Original Post
Post Information Post
March 25, 2009 - 11:37am
Guest

Hi,
5 LIBOMF commands introduced In ST7/ST8 Linker manual.(page 16)
But, I can use only "CREATEX" command, the others has error messages as follows.
"error 209: unrecognized command"

My environment is Ride7 IDE Ver. 7.16.0000, RKit-STM8 for Ride7 Ver. 2.14.0901.

My test command as follows:
--> libomf addx UsbLib.obj UsbLib.lib

Please advise me correct using method.

Replies
Post Information Post
+1
0
-1
March 25, 2009 - 1:42pm
Raisonance Support Team

Hello Brent,

You forgot the "TO" keyword. Try the following:
libomf addx UsbLib.obj TO UsbLib.lib

Regards,
Bruno

+1
0
-1
March 26, 2009 - 1:45am
Guest

I get it!
Thank you so much!