writing program in assembler
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2006-09-13 10:11 PM
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2006-09-13 10:11 PM
Posted on September 14, 2006 at 07:11
Hi. I need to write my program using assembler only (C/C++ produces very huge files). How can I compile and simulate it using RIDE? I always get following message (having simple .s file and want to build all):
/cygdrive/c/program files/gnuarm/bin/../lib/gcc/arm-elf/4.0.0/../../../../arm-elf/bin/ld: BFD 2.15 assertion fail ../../binutils-2.15/bfd/linker.c:619 C:/Program Files/RIDE/lib/STRX/crt0_STR71x.o(.text+0x518): In function `_reset_inibss_loop': : undefined reference to `main' collect2: ld returned 1 exit status Thanks a lot.