最近我尝试学习GAS语法。当我尝试使用gcc编译/汇编和链接我的GAS源文件时,遇到错误:<style name="Theme.MyTheme" parent="Theme.AppCompat.Light">
<!-- Set AppCompat's color theming attrs -->
<item name="colorPrimary">@color/my_color</item>
<item name="colorPrimaryDark">@color/my_darkercolor</item>
。我使用的命令是:undefined reference to 'WinMain'
。这是我的源文件:
gcc -m64 -Wl,-e_start hello.S