tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] Last commit [26-03-2015] breaks RPi build - conflicting t


From: Christian Jullien
Subject: [Tinycc-devel] Last commit [26-03-2015] breaks RPi build - conflicting types for 'section_ptr_add'
Date: Thu, 26 Mar 2015 07:04:43 +0100

gcc -o tcc.o -c tcc.c -DCONFIG_MULTIARCHDIR="\"arm-linux-gnueabihf\"" -DTCC_TARGET_ARM -DTCC_ARM_EABI -DTCC_ARM_HARDFLOAT -DTCC_ARM_VFP -I.  -Wall -g -O2 -Wno-deprecated-declarations -Wno-strict-aliasing -Wno-pointer-sign -Wno-sign-compare -Wno-unused-result -Wno-uninitialized -fno-strict-aliasing gcc -o libtcc.o -c libtcc.c -DCONFIG_MULTIARCHDIR="\"arm-linux-gnueabihf\"" -DTCC_TARGET_ARM -DTCC_ARM_EABI -DTCC_ARM_HARDFLOAT -DTCC_ARM_VFP -I.  -Wall -g -O2 -Wno-deprecated-declarations -Wno-strict-aliasing -Wno-pointer-sign -Wno-sign-compare -Wno-unused-result -Wno-uninitialized -fno-strict-aliasing

libtcc.c:391:15: error: conflicting types for 'section_ptr_add'

tcc.h:1091:15: note: previous declaration of 'section_ptr_add' was here

Makefile:228: recipe for target 'libtcc.o' failed

 


reply via email to

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