gpt4 book ai didi

C&MinGW : Hello World gives me the error "programm too big to fit in memory"

转载 作者:行者123 更新时间:2023-12-02 05:29:48 24 4
gpt4 key购买 nike

我是新来的。这是我的问题:

我在配备 Intel Atom CPU N550、1.50GHz 和 2GB RAM 的 Windows 7 家庭高级版 32 位上网本上安装了 MinGW。

现在我创建了一个名为 hello.h 的文件,并尝试使用以下命令通过 CMD 编译它:"gcc c:\workspace\c\helloworld\hello.h -o out.exe"

它编译没有错误,但是当我尝试运行 out.exe 时,它​​给了我以下错误:“程序太大,内存放不下”

我检查过的东西:

  • 我已将“C:\MinGW\bin”添加到 Windows PATH 变量
  • 我用谷歌搜索了大约一个小时,但自从我是新手以来,我不能真正弄清楚问题是什么。
  • 我在我的 64 位机器上编译了相同的代码,编译完美,但由于 64 位 <-> 16 位问题而无法运行。

如果有人能弄清楚问题出在哪里,我将不胜感激。顺便说一句,这是我的 hello.h:

#include <stdio.h>

int main(void){
printf("Hello, World\n");
}

...就是这样。感谢您的回复。干杯,鲍里斯

最佳答案

只需将文件重命名为 hello.c

.h 文件是 C 程序中的头文件,您应该在其中放入一些东西,例如签名,您的方法体应该放在 .c 文件中

关于C&MinGW : Hello World gives me the error "programm too big to fit in memory",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12551216/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com