tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] error with last commit made by seyko on tccelf.c


From: Christian Jullien
Subject: [Tinycc-devel] error with last commit made by seyko on tccelf.c
Date: Fri, 10 Apr 2015 06:30:47 +0200

+       int len = strlen(strip) + strlen(filename) + strlen(null) + 1;

+       {

+           int rc;

+           char buf[len];  <<<<

 

./tccelf.c:2698: error: variable length arrays unsupported for this target In file included from ../libtcc.c:40:

./tcc.h:1006: error: label 'the_end' used but not defined

 

 

Christian

 


reply via email to

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