Create new project in CodeLite

Guest #1879821
Rate this post
useful
not useful
Hi !
I'm new to ARM programming and I'm a little lost with those makefiles.
(I hope you will understand me, I'm French)
I'm using Yagarto, CodeLite and the lpc1343 Code Base.
Since I started, I just modified the main.c file to try different things 
but now I would like to start a real project, organize it in different 
files etc.
But when I add a new file, it doesn't seem to be compiled with the rest 
of the project.

Can someone explain me how to proceed in order to have a neat workspace 
?

Regards,
Val'
Moderator #1880117
Rate this post
useful
not useful
I don't know CodeLite but if the IDE calls make with a given makefile 
it's not enough to add a source-file to the IDE's project, the file 
needs to be added in the makefile too. If the IDE generates a makefile 
internally the question might be better asked in a CodeLite-specific 
forum or mailing-list.

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now