tinycc-devel
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]