2010-04-25 04:26 AM
Hello.
I'm a student and I've jsut started useing ST Visual Develop so I'm sorry for this I belive stupid question...
I get this error in build:
----------- Project d - ST Assembler Linker - Configuration Debug -------------
Running ST linker
lyn Debug\mapping.obj+Debug\st72311n2.obj+Debug\main.obj, Debug\d.cod, '' ''
STMicroelectronics - Linker - rel 3.18
200K namespace for approx 8150 publics
** No Errors found on Link.
obsend Debug\d.cod,f,Debug\d.s19,s
STMicroelectronics - Obsend - rel 2.14
Running Post-Link step
ˆslist Debug\mapping.lsr -exe Debug\d.s19
Error creating process for executable ˆslist
The system cannot find the file specified.
Failed to create process.
d.s19 - 1 error(s), 0 warning(s)
-------------------------------------------------------------------
All I do is:
1) create new workspace
2) create new project (assembler-linker)
3) add ST72334N2.inc -> include Files
4) add ST72334N2.asm -> Source Files
choose Debug instrument -> Simulator
and then build, nothing more nothing less and I get this, how can i fix it? :)
2010-04-29 04:59 AM
Is there a main in your project?