cancel
Showing results for 
Search instead for 
Did you mean: 

How to Redirected asm code section to .usr_text?

wolver
Associate II
Posted on May 05, 2009 at 00:24

How to Redirected asm code section to .usr_text?

3 REPLIES 3
wolver
Associate II
Posted on May 17, 2011 at 15:03

Hello

I use STVD(Cosmic), I want to Redirected crtsi0.s to .usr_text, But compiler error!

See att. about my configure...

How to resolved it?

Regards

wolver

[ This message was edited by: wolver on 02-05-2009 09:11 ]

luca239955_st
Associate III
Posted on May 17, 2011 at 15:03

try using

.usr_text: section .text

instead of

switch usr_text

Regards,

Luca (Cosmic)

wolver
Associate II
Posted on May 17, 2011 at 15:03

Hi Luca

Thank you!

Regards

wolver