[Tinycc-devel] arm-wince-pe target

2009-01-23 Thread Zdenek Pavlas
Hello, I have tried to port tinycc to my PXA270 based PDA running WM6, but with little success. 1) gcc -D TCC_TARGET_ARM -D TCC_TARGET_PE seems to somewhat work, and the resulting (x86 ELF) TCC emits ARM code and links PEs. I don't know what the FPA/LD/VFP/EABI flavors mean and what they're

答复: [Tinycc-devel] arm-wince-pe target

2009-01-23 Thread Jerry Luo
Very interesting progress:) BR-Jerry Luo - 原始邮件 - 发件人: Zdenek Pavlas pav...@nextra.cz 发送时间: 2009年1月23日 16:31 收件人: tinycc-devel@nongnu.org 主题: [Tinycc-devel] arm-wince-pe target Hello, I have tried to port tinycc to my PXA270 based PDA running WM6, but with little success. 1) gcc -D

Re: [Tinycc-devel] arm-wince-pe target

2009-01-23 Thread Daniel Gloeckner
Hi! 1) gcc -D TCC_TARGET_ARM -D TCC_TARGET_PE seems to somewhat work, and the resulting (x86 ELF) TCC emits ARM code and links PEs. There has been no work done to make TinyCC emit valid ARM PEs. It just compiles because there are no ELF specific parts in the ARM backend. I don't know what

Re: [Tinycc-devel] arm-wince-pe target

2009-01-23 Thread Zdenek Pavlas
Hi, Thans for a reply! FPA - use the old FPA floating point instructions VFP - use the new VFP floating point instructions LD - long doubles are 12 bytes instead of 8 EABI - try to conform to the ABI specification written by ARM I see. I've read http://wiki.debian.org/ArmEabiPort which was

[Tinycc-devel] bug in tcc 0.9.24 (linux)

2009-01-23 Thread D.J. Peters
Any idea whats going wrong with OpenGL and tcc on Linux? i will use tcc as backend for my OpenGL Basic compiler (Win and Lin) i need a workaround can anywhere give me a hint? Joshy (sorry about my bad English) ___ NUR NOCH BIS

Re: [Tinycc-devel] bug in tcc 0.9.24 (linux)

2009-01-23 Thread grischka
D.J. Peters wrote: Any idea whats going wrong with OpenGL and tcc on Linux? i will use tcc as backend for my OpenGL Basic compiler (Win and Lin) i need a workaround can anywhere give me a hint? I could not reproduce this. I tried the lesson05 that you provided on ubuntu and the behavior is

Re: [Tinycc-devel] bug in tcc 0.9.24 (linux)

2009-01-23 Thread D.J. Peters
hello grischka here are the screen from your precompiled tcc_lesson05 linux build http://www.alice-dsl.net/d.j.peters/tcc/tcc_lesson05.png here are the screen from gcc linux build (i used your posted makefile with CC = gcc ) http://www.alice-dsl.net/d.j.peters/tcc/gcc_lesson05.png i don't know