Lines Matching +full:- +full:- +full:exit +full:- +full:code
34 os.path.splitext(os.path.split(target_header)[-1])[0]
48 data = f.read().decode('utf-8').split('\n')
82 f.write('\n'.join(data).encode('utf-8'))
101 sys.exit(-500)
113 'clang', '-std=c11', '-E', '-DINT32_MIN=0x80000000',
119 'gcc', '-std=c11', '-E', '-Wno-incompatible-pointer-types',
141 '-DLV_LVGL_H_INCLUDE_SIMPLE',
142 '-DLV_CONF_INCLUDE_SIMPLE',
143 '-DLV_USE_DEV_VERSION'
146 cpp_cmd.extend(['-DPYCPARSER', f'"-I{fake_libc_path}"'])
147 cpp_cmd.extend([f'"-I{item}"' for item in include_dirs])
151 cpp_cmd.insert(len(cpp_cmd) - 2, output_pp)
168 sys.stdout.write(out.decode('utf-8').strip() + '\n')
169 sys.stdout.write('EXIT CODE: ' + str(exit_code) + '\n')
170 sys.stderr.write(err.decode('utf-8').strip() + '\n')
258 error = -100
267 sys.exit(error)
271 parser = argparse.ArgumentParser('-')
273 '--output-path',
283 '--lvgl-config',
293 '--develop',
299 "--target-header",
317 '--filter-private',
323 '--no-docstrings',