S12X/XGATE gcc/binutils patches (9S12X series)

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

S12X/XGATE gcc/binutils patches (9S12X series)

2,186 次查看
jsmcortina
Contributor III

For gcc tool chain users.

 

I finally fixed up some bugs in my binutils mods and put together a zip of the
patches. There are likely remaining un-noticed bugs.

See:
http://www.msextra.com/tools/s12x-20100504.zip

This contains rolled up patches against.
gcc-3.3.6
binutils-2.18
newlib-1.16-0

The patches include Stephane Carrez' patches and add binutils support for the
S12X instructions and XGATE core.
gcc contains a hand coded S12X assembler version of udivsi32 which is faster
than the original C version.
gcc/binutils modified to allow the m9s12x xgate CPU target flags to be passed
but do not otherwise use them.

Typical Makefile likes would be:
CFLAGS = -g -Wall -Werror -O -fomit-frame-pointer -m9s12x -mshort
-msoft-reg-count=5 -mauto
-incdec -fsigned-char -DGCC_BUILD -Wa,-mm9s12x
XFLAGS = -g -Wall -Werror -O -fomit-frame-pointer -m9s12xg -mshort
-msoft-reg-count=5 -maut
o-incdec -fsigned-char -DGCC_BUILD -Wa,-mxgate

XGATE assembly appears functional and tested on MC9S12XEP100

regards

James

标签 (1)
0 项奖励
回复
1 回复

960 次查看
seank
Contributor I

Or save your self the hastle of all that and go here.  Prebuilt Linux/Win/Mac tools.

 

http://tools.diyefi.org/

S12X Tools

0 项奖励
回复