Anyone used tcc?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:Anyone used tcc?

Post by Pype.Clicker »

LinuxMan wrote: No matter! I can don't set any breakpoints - s still have
bx_dbg_read_linear: physical memory read error (phy=0xc010006b, lin=0x00000000c010006b
that sounds like you're trying to run code that is physically at 0xC010xxxx! Even if you use GRUB, you need to put the code that does prepare higher-half stuff in a section that will have virt = 1MB+offset, not 0xC010,0000+offset ...
LinuxMan

Re:Anyone used tcc?

Post by LinuxMan »

Post Reply