|
From: | David Mertens |
Subject: | Re: [Tinycc-devel] Question on creating a object file from a program in string format |
Date: | Mon, 27 Jun 2016 19:35:52 -0400 |
New to TCC but very interested in its small footprint and fast COMPILE speed. Tried to create a object file from a short program in string format, the resulted "dummy.o" doesn't have any symbols. Any idea why?Here is the modified example. http://pastebin.com/raw/ntx28sgkI experimented with removing or adding the call "tcc_relocate" but there is no difference.C:\temp> gcc -I libtcc -Llib -ltcc1 examples\libtcc_test.c -L. -llibtccit produced a program "a.exe".C:\temp> aC:\temp> nm dummy.onm: dummy.o: no symbolsThanks!
_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel
[Prev in Thread] | Current Thread | [Next in Thread] |