[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] using pcc to build tcc
From: |
Sergey Korshunoff |
Subject: |
Re: [Tinycc-devel] using pcc to build tcc |
Date: |
Sat, 16 Apr 2016 18:57:07 +0300 |
> 1. "addr_t vs int" looks hardly pcc-specific
A warning is given by pcc (and not by gcc) about wrong arguments to
the type_size()
int type_size(CType *type, int *a);
size = type_size(&vtop->type, &align);
> CC="pcc -D__linux" does the job
There is no any failures in the compilation process of the tcc itself.
Only macros __linux & __linux__ are not defined w/o patch. You have to
investigate
why your compilation of the kernel fails.
> CC="pcc -D__clear_cache(a,b)="
Currently __clear_cache is used only for tcc and gcc. Others may not have this
subroutine too.
- [Tinycc-devel] using pcc to build tcc, Sergey Korshunoff, 2016/04/15
- Re: [Tinycc-devel] using pcc to build tcc, Sergey Korshunoff, 2016/04/15
- Re: [Tinycc-devel] using pcc to build tcc, Michael Matz, 2016/04/15
- Re: [Tinycc-devel] using pcc to build tcc, Sergey Korshunoff, 2016/04/16
- Re: [Tinycc-devel] using pcc to build tcc, u-tcc-uepj, 2016/04/16
- Re: [Tinycc-devel] using pcc to build tcc,
Sergey Korshunoff <=
- Re: [Tinycc-devel] using pcc to build tcc, Sergey Korshunoff, 2016/04/17
- [Tinycc-devel] (OT) Re: using pcc to build tcc, u-tcc-uepj, 2016/04/17
- Re: [Tinycc-devel] (OT) Re: using pcc to build tcc, Sergey Korshunoff, 2016/04/17
- [Tinycc-devel] (OT) Re: using pcc to build tcc, u-tcc-uepj, 2016/04/17
Re: [Tinycc-devel] using pcc to build tcc, u-tcc-uepj, 2016/04/16