To bKgu

This particular forum is archives, bug reports should be made at https://github.com/visualboyadvance-m/v ... e-m/issues


Nach
Junior Member
Posts: 31
Joined: Tue Mar 18, 2008 10:02 am

To bKgu

Post 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

Code: Select all

make clean

</div></blockquote>
 

That won't do it, it only removes the object files.

dualscreenman
Member
Posts: 50
Joined: Tue Mar 18, 2008 9:27 am

To bKgu

Post 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.

Nach
Junior Member
Posts: 31
Joined: Tue Mar 18, 2008 10:02 am

To bKgu

Post 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?

Post Reply