tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] RE : Cleanups


From: Christian JULLIEN
Subject: [Tinycc-devel] RE : Cleanups
Date: Mon, 4 Feb 2013 16:58:10 +0100 (CET)

A clean reinstall on RPi gives me this error (as 2 warnings already known):

address@hidden ~/tinycc $ make
gcc -o tccrun.o -c tccrun.c -DTCC_TARGET_ARM -DWITHOUT_LIBTCC -DTCC_ARM_EABI -DTCC_ARM_HARDFLOAT -DCONFIG_MULTIARCHDIR=\"arm-linux-gnueabihf\" -DTCC_ARM_VFP -I.  -Wall -g -O2 -fno-strict-aliasing -Wno-pointer-sign -Wno-sign-compare
tccrun.c:545:12: error: conflicting types for ���rt_get_caller_pc���
tccrun.c:38:12: note: previous declaration of ���rt_get_caller_pc��� was here
tccrun.c:38:12: warning: ���rt_get_caller_pc��� used but never defined [enabled by default]
tccrun.c:545:12: warning: ���rt_get_caller_pc��� defined but not used [-Wunused-function]
make: *** [tccrun.o] Error 1



----- Message d'origine -----
De : "grischka" <address@hidden>
Date lun. 04/02/2013 16:31 (GMT +01:00)
À : "address@hidden" <address@hidden>
Objet : [Tinycc-devel] Cleanups

Hi, I reinstalled my linux partitions and did run some tests.

My conclusions:
1) too many warnings "conversion from/to ptr <-> integer of different size"
http://repo.or.cz/w/tinycc.git/commitdiff/82bcbd027f100d7601c6139e93e1f69a9cc46244

2) CONFIG_LDDIR for x86_64 wasn't set correctly on my (rather old) ubuntu 64.
http://repo.or.cz/w/tinycc.git/commitdiff/3186455599043938d765b4cc9b92af5fde7241cd

This now compiles for configure --enable-cross without warnings
on both my linuxes 32 and 64 (and passes make test).

Please verify that I didn't break something. Thanks,

--- grischka

_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

reply via email to

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