Page 3 of 3
To bKgu
Posted: Sat Jun 07, 2008 4:17 pm
by Nach
<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="114" data-ipsquote-contentclass="forums_Topic"><div>Is there something I should be doing to cleanup between different builds besides?:
rm -rf CMakeCache.txt Makefile CMakeFiles
</div></blockquote>
Â
That won't do it, it only removes the object files.
To bKgu
Posted: Sat Jun 07, 2008 9:33 pm
by dualscreenman
Usually I make a build folder, cd to that then do "cmake ../"
That way, I can just rm -rf build to clean up all cmake-related stuff.
To bKgu
Posted: Mon Jun 09, 2008 3:50 pm
by Nach
Besides the problem listed here: http://vba-m.com/forum/showthread.php?tid=132
When cross compiling, it uses -f elf instead of -f win32 in the asm parameters. Any ideas why?