compiling assembler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2006-01-17 12:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2006-01-16 2:57 AM
Hi,
I asked this a week ago, but no one answered. Please give me a hint, even if this question is incredible stupid. When trying to compile 71x_init.s and 71x_vec.s I get errors about the unkown semicolon sign. ST uses semicolon ';' as comment seperator where others use '#'. Is there an option for gcc telling it semicolon is for comments? Greets- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2006-01-16 8:53 AM
You will have to change the asm files to be compatible with gcc or as.
As an alternative have a look at www.anglia.com/columbus and download IDEaliST and gcc arm toolchain - the startup and vector files have already been converted to gcc. Regards sjo- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2006-01-17 12:36 AM
Ok, but this are not the startup files supplied by ST.
I wonder what everybody else is using than gcc, Realview? I thought the ST-Lib is designed for using it with gcc? By- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2006-01-17 12:39 AM
These are based on the ST files just changed for gcc. If you use Realview or ADS then the files will work as is, otherwise you will have to modify them - this is exactly what Keil, IAR, Rowley will do aswell.
Regards sjo