Quantcast
Channel: Intel Communities: Message List
Viewing all articles
Browse latest Browse all 18146

Problems for application development with Eclipse/ADT/toolchains.

$
0
0

Hi,

I followed the instructions to build the Eclipse ADT environments. I am using the build system derived toolchain and the target options is QEMU. The Hello world program is like:

 

#include <stdlib.h>

#include <stdio.h>

 

int main(void) {

    while(1){

        puts("Hello World/n"); /* prints Hello World */

        printf("Hello world=======/n");

    }

        return 0;

}

The problem is:

1, when I run 'external tools', the pop out terminal seems to be a terminal of my computer, and not a QEMU simulator.

2, when I run it. The console output nothing.

3, The breakpoint does not work.

Could you please give me some suggestions?

Thanks.

Lei 


Viewing all articles
Browse latest Browse all 18146

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>