Re: [Tinycc-devel] macos problems

2020-04-16 Thread Karl Yerkes
I tried this on macOS 10.14.6 and both ORDER=1 and ORDER=2 compiled and ran and produced the same result: 8: 8 7: 7 6: 6 5: 5 4: 4 3: 3 2: 2 1: 1 0: 0 i used TCC commit fb1fb8219ccf4813d63edf8c40fddc756e0c60cc. i also learned that "The only compilation mode for TCC on MacOS is -run, until someon

Re: [Tinycc-devel] macos problems

2020-04-14 Thread Michael Matz
Hi, On Wed, 15 Apr 2020, Robert Hölzl wrote: Hello, I fixed the compilation problems of libtcc1.a on macOS (see commit ID 1803762e3f86aff58d5cce78f7d4faf88e74cc6b). Uh, that breaks stdarg for everyone else on non-windows x86-64 and wouldn't work completely as is on MacOS either. We need t

[Tinycc-devel] macos problems

2020-04-14 Thread Robert Hölzl
Hello, I fixed the compilation problems of libtcc1.a on macOS (see commit ID 1803762e3f86aff58d5cce78f7d4faf88e74cc6b). But when creating a regular executable I get the following error messages: tcc: error: unrecognized file type tcc: error: file 'crt1.o' not found tcc: error: file 'crti.o' n